Re: [Matplotlib-users] Confusion Matrix

2010-07-17 Thread Friedrich Romstedt
2010/7/16 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 > firs

Re: [Matplotlib-users] scientific notation

2010-07-17 Thread Friedrich Romstedt
2010/7/15 Waléria Antunes David : > But, i don't know how do... > > I tried, but don't, most failed Maybe this is something in the direction you want? You have to adapt the test file. Friedrich embedded_sci_formatter.py Description: Binary data <> test.py Description: Binary data

Re: [Matplotlib-users] where to find python eggs for matplotlib 1.0.0?

2010-07-17 Thread Christoph Gohlke
The matplotlib installers for Windows are built with the user-access-control=auto option. Otherwise they would not work correctly with UAC on Windows Vista and 7. See also http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg13466.html. I can provide eggs for the next releas

Re: [Matplotlib-users] print to aprint device!

2010-07-17 Thread Friedrich Romstedt
2010/7/15 Benjamin Root : > Assuming you are using Linux or a Mac, I wonder if it is somehow possible to > "save" a .ps file to a postscript device?  I have never had to do any Linux > magic with CUPS, so maybe this isn't possible.  Anybody else have any > thoughts? Normally you can cat the .ps fi

Re: [Matplotlib-users] Text alignment

2010-07-17 Thread Benjamin Root
On Fri, Jul 16, 2010 at 12:34 PM, Simon Friedberger < simon+matplot...@a-oben.org > wrote: > 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 > > Maybe. To me, the rotated "with newlines" t

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-07-17 Thread Friedrich Romstedt
2010/7/15 Stephen T. : > > BUILDING MATPLOTLIB >             matplotlib: 1.0.svn >                 python: 2.6.5 (r265:79359, Mar 24 2010, 01:32:55)  [GCC >                         4.0.1 (Apple Inc. build 5493)] >         

Re: [Matplotlib-users] where to find python eggs for matplotlib 1.0.0?

2010-07-17 Thread Benjamin Root
On Sat, Jul 17, 2010 at 12:46 PM, Benjamin Root wrote: > On Sat, Jul 17, 2010 at 6:14 AM, Pavlo Shchelokovskyy < > shchelokovs...@gmail.com> wrote: > >> Hi all, >> on my workplace I use matplotlib in restricted Windows environment. >> Since couple of versions matplotlib Windows installer needs el

Re: [Matplotlib-users] where to find python eggs for matplotlib 1.0.0?

2010-07-17 Thread Benjamin Root
On Sat, Jul 17, 2010 at 6:14 AM, Pavlo Shchelokovskyy < shchelokovs...@gmail.com> wrote: > Hi all, > on my workplace I use matplotlib in restricted Windows environment. > Since couple of versions matplotlib Windows installer needs elevated > user privileges to work (why?), but installation from Py

[Matplotlib-users] where to find python eggs for matplotlib 1.0.0?

2010-07-17 Thread Pavlo Shchelokovskyy
Hi all, on my workplace I use matplotlib in restricted Windows environment. Since couple of versions matplotlib Windows installer needs elevated user privileges to work (why?), but installation from Python eggs was working just fine. However I can not find any eggs for latest matplotlib, and those

Re: [Matplotlib-users] how to clip text outside a polygon path?

2010-07-17 Thread Jae-Joon Lee
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/branches/v1_0_maint/lib/matplotlib/text.py?r1=8512&r2=8541&pathrev=8541 Regards, -JJ On Wed, Jul 14, 2010 at 1:22 AM, shuwj wrote: > Hi JJ, >    Thanks for your reply. I can't access the svn for some network > reason.  Will you please sen

Re: [Matplotlib-users] Multiline legends

2010-07-17 Thread Jae-Joon Lee
I presume that you're using matploltib v1.0? It seems that the bug was recently introduced as the baseline of the multiline text has been recently changed. This should be fixed this in r8564, and r8565. Unfortunately, I don't see any easy workaround other than changing the vertical alignment of mu