Re: [Matplotlib-users] Problem with matplotlibrc file

2006-12-22 Thread Eric Firing
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

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread Alan G Isaac
> 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

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread Alan G Isaac
>> 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

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread Eric Firing
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.

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread Alan G Isaac
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

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread chris
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.

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread Alan G Isaac
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 ---

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread chris
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

[Matplotlib-users] Problem with matplotlibrc file

2006-12-22 Thread Armando Serrano Lombillo
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

[Matplotlib-users] Changing the axes box to arrows

2006-12-22 Thread Armando Serrano Lombillo
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

Re: [Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-22 Thread Eric Firing
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? >

Re: [Matplotlib-users] subplot problem with (altervista) debian package

2006-12-22 Thread Eric Firing
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