Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-15 Thread Benjamin Root
On Tue, Feb 8, 2011 at 8:43 PM, Benjamin Root ben.r...@ou.edu wrote: On Tue, Feb 8, 2011 at 5:53 PM, Paul Leopardi paul.leopa...@iinet.net.auwrote: Hi Ben, On Wed, 9 Feb 2011 03:15:19 AM you wrote: As formatted, the code would not run. I presume that everything after for j in

Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-15 Thread Benjamin Root
On Tue, Feb 15, 2011 at 6:29 PM, Paul Leopardi paul.leopa...@iinet.net.auwrote: Hi Benjamin, On Wed, 16 Feb 2011 03:07:25 AM you wrote: I have not figured out what is causing the difference between my computers. This might be backend-dependent (and maybe version-dependent). Have you

Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-08 Thread Benjamin Root
On Mon, Feb 7, 2011 at 5:02 AM, Paul Leopardi paul.leopa...@iinet.net.auwrote: Hi all, On Sun, 6 Feb 2011 03:54:48 PM Paul Leopardi wrote: I'm having trouble using multiple figures with mplot3d. I have appended an entire example script, below. The script incrementally plots 3 curves, one

Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-08 Thread Paul Leopardi
Hi Ben, On Wed, 9 Feb 2011 03:15:19 AM you wrote: As formatted, the code would not run. I presume that everything after for j in range(0,M): should be indented? When I did that and ran it in ipython, I could not reproduce your problem. What version of matplotlib are you running? Thanks for

Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-08 Thread Benjamin Root
On Tue, Feb 8, 2011 at 5:53 PM, Paul Leopardi paul.leopa...@iinet.net.auwrote: Hi Ben, On Wed, 9 Feb 2011 03:15:19 AM you wrote: As formatted, the code would not run. I presume that everything after for j in range(0,M): should be indented? When I did that and ran it in ipython, I could

Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-07 Thread Paul Leopardi
Hi all, On Sun, 6 Feb 2011 03:54:48 PM Paul Leopardi wrote: I'm having trouble using multiple figures with mplot3d. I have appended an entire example script, below. The script incrementally plots 3 curves, one in each of 3 figure windows. The trouble is, once Figure 2 has finished plotting,

Re: [Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-06 Thread Benjamin Root
On Sat, Feb 5, 2011 at 10:54 PM, Paul Leopardi paul.leopa...@iinet.net.auwrote: Hi all, I'm having trouble using multiple figures with mplot3d. Once each new figure is plotted, the plots from new figure is also displayed in all of the old figures. For example, once the plot for figure 2 has

[Matplotlib-users] Multiple mplot3d figures: new plots display over old ones?

2011-02-05 Thread Paul Leopardi
Hi all, I'm having trouble using multiple figures with mplot3d. Once each new figure is plotted, the plots from new figure is also displayed in all of the old figures. For example, once the plot for figure 2 has finished, the plot fo figure 1 is replaced by a copy of the plot for figure 2, and