Re: [Matplotlib-users] imshow, imsave to PIL image conversion

2010-06-02 Thread rugspin
Thanks Jae-Joon and Friedrich I will try out both solutions. Regards Hans Jae-Joon Lee wrote: On Tue, Jun 1, 2010 at 2:22 PM, rugspin piet_par...@web.de wrote: That's doing it, thought there might be an internal way within matplotlib, but I could figure one. If you need more

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-02 Thread Denis Laxalde
This is set in axis3d module (class Axis), by _AXINFO. So far, I haven't found a way to modify colors/transparency but to edit the latter file. Is this hard-coded or is there a way to modify this a posteriori ? Cheers, Denis Le 02-06-2010, Benjamin Root ben.r...@ou.edu a écrit : Huh, how

[Matplotlib-users] Arial font in mathtext

2010-06-02 Thread hettling
Dear all, I'm trying to set the font for math elements in my plots to 'Arial' when saving my plot to an eps. For all other text in plots, I set ## matplotlib.rcParams['font.sans-serif']=[Arial] ## and it worked. My default rcparams for mathtext look like this: 'mathtext.bf': 'serif:bold',

Re: [Matplotlib-users] multiple lines

2010-06-02 Thread Howard Sun
Thanks alot, Alan, Angus, Ben, Eric and Malte, for the tips and the varieties. Matplotlib is awesome! Howard Sun, Ph.D. NVIDIA CORP. 2701 San Tomas Expressway Santa Clara, CA 95050 T (408) 566-5036 F (408) 486-8207 -Original Message- From: Eric Firing [mailto:efir...@hawaii.edu] Sent:

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-02 Thread Jae-Joon Lee
On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde dlaxa...@gmail.com wrote: This is set in axis3d module (class Axis), by _AXINFO. So far, I haven't found a way to modify colors/transparency but to edit the latter file. Is this hard-coded or is there a way to modify this a posteriori ? Cheers,

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-02 Thread Eric Firing
On 06/02/2010 05:53 AM, Jae-Joon Lee wrote: On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxaldedlaxa...@gmail.com wrote: This is set in axis3d module (class Axis), by _AXINFO. So far, I haven't found a way to modify colors/transparency but to edit the latter file. Is this hard-coded or is there a

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-02 Thread Denis Laxalde
On Wed, 02 Jun 2010 06:54:11 -1000, Eric Firing wrote: On 06/02/2010 05:53 AM, Jae-Joon Lee wrote: On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde wrote: This is set in axis3d module (class Axis), by _AXINFO. So far, I haven't found a way to modify colors/transparency but to edit the latter