[Matplotlib-users] feature discussion/request: a 'layout' command for matplotlib

2010-01-09 Thread per freem
hi all, i am a *huge fan* of matplotlib and use it for all plotting. one feature that i would find extremely useful that i believe is missing (but am very open to being corrected in case i overlooked something) is a way to define the layout of complex subplots. by this i mean something like R's "l

[Matplotlib-users] another problem with hardcoded colors

2010-01-09 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When using white over back color scheme the legend() is unreadable, with apparently hard-coded white legend background - or is there a way to set it in the rc file? Dominik -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFA

Re: [Matplotlib-users] matplotlib CRASHes when saving as a postscript file

2010-01-09 Thread Jae-Joon Lee
On Sat, Jan 9, 2010 at 8:20 AM, Eric Emsellem wrote: > Hi > thanks A LOT for taking the time to test this and for the suggestions. > > Yes, pcolormesh is needed (or at least I think) because in the "real" > example (the figures I am trying to make) the pixels are rotated meaning > that these are p

Re: [Matplotlib-users] matplotlib CRASHes when saving as a postscript file

2010-01-09 Thread Eric Emsellem
Thinking about it: when matplotlib transfer the plot to ghostscript, is there a parameter in the call for "gs" which limits the memory usage??? It seems that this is discussed in some posts about gs Eric On 09/01/10 04:25, Jae-Joon Lee wrote: > I can reproduce this error with the current svn. >

Re: [Matplotlib-users] matplotlib CRASHes when saving as a postscript file

2010-01-09 Thread Eric Emsellem
Hi thanks A LOT for taking the time to test this and for the suggestions. Yes, pcolormesh is needed (or at least I think) because in the "real" example (the figures I am trying to make) the pixels are rotated meaning that these are polygons which are not aligned with the axes. Imshow cannot do tha