Armando Serrano Lombillo wrote:
> Hello,
>
> I have installed matplotlib 0.87.7 (with the standard windows exe). If I
> use the provided matplotlibrc file I get errors complaining about the
> following lines:
>
> lines.markerfacecolor : blue
> lines.markeredgecolor : black
>
> Commenting th
> On Fri, Dec 22, 2006 at 02:15:42PM -0500, Alan G Isaac wrote:
>> Just because the figure window is closed does not
>> mean the figure is deleted. Chris apparently
>> maintains a reference to the figure?
On Fri, 22 Dec 2006, [EMAIL PROTECTED] apparently wrote:
> I just save a PNG on hard dr
>> On Fri, 22 Dec 2006, [EMAIL PROTECTED] apparently wrote:
>>> 1st message in this thread has code to create each plot.
>>> Each one does a 'figure_ = pylab.figure()' already.
> Alan G Isaac wrote:
>> Sorry I missed the thread, but each call to pylab.figure()
>> will give you a new active f
Alan G Isaac wrote:
> On Fri, 22 Dec 2006, [EMAIL PROTECTED] apparently wrote:
>> 1st message in this thread has code to create each plot.
>> Each one does a 'figure_ = pylab.figure()' already.
>
> Sorry I missed the thread, but each call to pylab.figure()
> will give you a new active figure.
On Fri, 22 Dec 2006, [EMAIL PROTECTED] apparently wrote:
> 1st message in this thread has code to create each plot.
> Each one does a 'figure_ = pylab.figure()' already.
Sorry I missed the thread, but each call to pylab.figure()
will give you a new active figure. Everything you plot will
th
On Fri, Dec 22, 2006 at 12:21:44PM -0500, Alan G Isaac wrote:
> On Fri, 22 Dec 2006, [EMAIL PROTECTED] apparently wrote:
> > I'm wondering if there is some way to tell Maplotlib to
> > create a DIFFERENT figure
>
> It looks like you are using pylab?
> How about pylab.figure()?
>
Thanks for email.
On Fri, 22 Dec 2006, [EMAIL PROTECTED] apparently wrote:
> I'm wondering if there is some way to tell Maplotlib to
> create a DIFFERENT figure
It looks like you are using pylab?
How about pylab.figure()?
Cheers,
Alan Isaac
---
On Thu, Dec 21, 2006 at 10:16:25PM -1000, Eric Firing wrote:
> Try putting
>
> pylab.close()
>
> after each pylab.savefig()
Thanks for the email. That didn't fix it for some reason. Any else I'm
missing? I'm wondering if there is some way to tell Maplotlib to create a
DIFFERENT figure rather th
Hello,
I have installed matplotlib 0.87.7 (with the standard windows exe). If I use
the provided matplotlibrc file I get errors complaining about the following
lines:
lines.markerfacecolor : blue
lines.markeredgecolor : black
Commenting them out stops the problem and matplotlib seems to run f
Hello,
I would like to change the axes box by two arrows in the x and y direction,
something like this:
y
^
|
|
|
|
+>x
Can it be done in matplotlib?
-
Take Surveys. Earn Cash. Influence the Future of IT
Join S
Try putting
pylab.close()
after each pylab.savefig()
Eric
[EMAIL PROTECTED] wrote:
> Help! I'm trying to make multiple plots in a web app and old plots seem to
> stick around and show up on new plots!??!
>
> Is there someway to "erase the canvas" or avoid this happening?
>
> Sound familiar?
>
The solution is to uninstall the deb package and install an up-to-date
matplotlib. Whether there is a deb package somewhere that will work on
debian stable, I don't know, but installing from the tarball is easy if
you have the necessary devel packages installed.
Eric
Thierry Dumont wrote:
> I
12 matches
Mail list logo