[Matplotlib-users] fltkagg: anyone using it?

2010-07-16 Thread Eric Firing
I am always looking for ways to make mpl maintenance easier, and one way is to delete unused code. In that spirit, I am wondering: Is anyone out there actually using the fltkagg backend? Thanks. Eric -- This SF.net em

[Matplotlib-users] Text alignment

2010-07-16 Thread Simon Friedberger
Hello List. Is it just me or does the alignment in the picture at http://matplotlib.sourceforge.net/users/text_props.html look off? Best Simon -- This SF.net email is sponsored by Sprint What will you do first with EVO,

Re: [Matplotlib-users] imshow memory leak in pylab mode?

2010-07-16 Thread Eric Firing
On 07/16/2010 01:32 AM, K.-Michael Aye wrote: > On 2010-07-14 19:11:58 +0200, K.-Michael Aye said: > >> On 2010-07-14 18:51:26 +0200, K.-Michael Aye said: >> >>> On 2010-07-14 18:45:35 +0200, John Hunter said: >>> On Wed, Jul 14, 2010 at 11:38 AM, K.-Michael Aye wrote: > Out[12

[Matplotlib-users] Confusion Matrix

2010-07-16 Thread Simon Friedberger
Hello List. I'm trying to plot a confusion matrix and I got this far: http://paste.pocoo.org/show/238332/ Basically what I still want to do is get the ticklabels from the bottom to the top, have every ticklabel shown and start showing them from the first not from the second. I have experimented

Re: [Matplotlib-users] scientific notation

2010-07-16 Thread Benjamin Root
Please attach the code you used to generate this image. Ben Root On Fri, Jul 16, 2010 at 7:11 AM, Waléria Antunes David < waleriantu...@gmail.com> wrote: > I forgot of the my image. > > > On Fri, Jul 16, 2010 at 9:10 AM, Waléria Antunes David < > waleriantu...@gmail.com> wrote: > >> Hi... >> >>

[Matplotlib-users] Multiline legends

2010-07-16 Thread Bartosz Telenczuk
Hi all, I am trying to create legend with multiple-line labels, but I noticed that the labels are not properly aligned. I tried also changing the alignment of the text objects to center, but this requires separate handling of multi-line and single-line labels: import matplotlib.pyplot as plt p

Re: [Matplotlib-users] scientific notation

2010-07-16 Thread Waléria Antunes David
I forgot of the my image. On Fri, Jul 16, 2010 at 9:10 AM, Waléria Antunes David < waleriantu...@gmail.com> wrote: > Hi... > > I tried the first option, but failed see my image attached > > And the second option, i don't understand the variable 'val' > > ...? > > > On Thu, Jul 15, 2010 at 3:2

Re: [Matplotlib-users] scientific notation

2010-07-16 Thread Waléria Antunes David
Hi... I tried the first option, but failed see my image attached And the second option, i don't understand the variable 'val' ...? On Thu, Jul 15, 2010 at 3:22 PM, Ryan May wrote: > On Thu, Jul 15, 2010 at 8:41 AM, Waléria Antunes David > wrote: > > Hi all, > > > > I have a code base so

Re: [Matplotlib-users] imshow memory leak in pylab mode?

2010-07-16 Thread K . -Michael Aye
On 2010-07-14 19:11:58 +0200, K.-Michael Aye said: > On 2010-07-14 18:51:26 +0200, K.-Michael Aye said: > >> On 2010-07-14 18:45:35 +0200, John Hunter said: >> >>> On Wed, Jul 14, 2010 at 11:38 AM, K.-Michael Aye >>> wrote: >>> Out[12]: 1 In [13]: gc.collect() Out[13