[Matplotlib-users] editor ?

2008-01-21 Thread Giorgio . Luciano
I was just wondering if there is any editor for the figures done in matplotlib. I mean something like the matlab(TM) figure or esayplot for QToctave. Since I use a software that use embedded matplotlib and after having the plot it could be very helpful to have somthing that can help tweaking

[Matplotlib-users] Using non ascii characters

2008-01-21 Thread BL
Hi, I would like to use non ascii characters in title and label but with my current intallation it does not work properly. There's no warning or error messages when I set a title with some non ascii characters (I use iso-88599-1 characters, like é or à), but I get a empty square instead of

Re: [Matplotlib-users] Bug in pylab?

2008-01-21 Thread Darren Dale
On Thursday 17 January 2008 09:05:53 am Michael Droettboom wrote: Darren Dale wrote: On Wednesday 16 January 2008 08:22:45 am Michael Droettboom wrote: But reading Darren's new bug report makes me wonder if my fix was correct. To be honest, I'm a little confused by the bug report, not out

Re: [Matplotlib-users] Using non ascii characters

2008-01-21 Thread Michael Droettboom
This probably depends on the backend you are using. Which backend and on which platform are you having trouble with? 0.90.1 had a number of Unicode and non-ascii problems that 0.91.2 resolves. You may want to try that. Failing that, can you attach a small script that exhibits the problem?

Re: [Matplotlib-users] Using non ascii characters

2008-01-21 Thread BL
I'm using a basic Debian Etch distribution. I've attached a very simple file showing the problem. On my computer, neither the title, nor the legend are displayed correctly, and I've got square instead of each non ascii characters. The attached script gives me the following informations :

[Matplotlib-users] Set figure of graph1 to another figure from existing graph2

2008-01-21 Thread Christian Clementson
Hi everyone, I've been trying to solve this problem for the last few days without success. I am afraid that part of the problem is my own lack of understanding of matplotlib/wx's inner workings, this is my first attempt to a GUI-tool. I am using th networkx (https://networkx.lanl.gov/wiki)