Re: [Matplotlib-users] legend bg color?

2007-09-11 Thread Jose Gomez-Dans
Hi Patrick, Thanks for your message! On 9/10/07, Patrick Bradley [EMAIL PROTECTED] wrote: lg = legend() lg.get_frame().set_fill(False) Mmmm, this is OK, let's say I wanted a figure with a transparent background. I can't find a set_fill() method for this class. I have tried the facecolor

Re: [Matplotlib-users] legend bg color?

2007-09-11 Thread John Hunter
On 9/11/07, Jose Gomez-Dans [EMAIL PROTECTED] wrote: Hi Patrick, Thanks for your message! On 9/10/07, Patrick Bradley [EMAIL PROTECTED] wrote: lg = legend() lg.get_frame().set_fill(False) Mmmm, this is OK, let's say I wanted a figure with a transparent background. I can't find a

[Matplotlib-users] error in cookbook concerning colorbars?

2007-09-11 Thread Christian Meesters
Hi, Am I right if I presume that line No. 4 in the second listing in http://www.scipy.org/Cookbook/Matplotlib/Show_colormaps should read (0.5, 0.1, 0.7) in order to match the description? But then, of course the example plot would look different. I hesitate to change what I don't fully

[Matplotlib-users] combine eps files into a ps file ?

2007-09-11 Thread Lingyun Yang
Hi, I am using matplotlib to visualize my data, but the data sometimes have several sets. Can I plot each set as usual to a EPS file, and combine these EPS file into a single ps file, each page of this ps file is only one EPS file I got before. Thanks. Lingyun