[Matplotlib-users] Problems creating independent plots

2007-10-28 Thread Chris
In recent builds of matplotlib from SVN, when I create several plots in a row,
each new figure ends up containing each of the previous plots, including the
current one. Thus, the 1st plot would contain 1 series, the second 2 series,
etc. This did not happen previously. I am calling figure() before each plot, so
this should not be happening. I have even tried calling close() after each, but
to no avail.

Any ideas?


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Problems creating independent plots

2007-10-28 Thread Eric Firing
I have not been able to reproduce this with some quick plots using 
ipython -pylab.  Please provide the simplest complete script that 
illustrates it.

Eric

Chris wrote:
 In recent builds of matplotlib from SVN, when I create several plots in a row,
 each new figure ends up containing each of the previous plots, including the
 current one. Thus, the 1st plot would contain 1 series, the second 2 series,
 etc. This did not happen previously. I am calling figure() before each plot, 
 so
 this should not be happening. I have even tried calling close() after each, 
 but
 to no avail.
 
 Any ideas?
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users