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
---
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 understand
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'
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 at