Hello all
I am seeing a problem similar to that seen by Jorge Scandaliaris.
When I run python or ipython -pylab, show() apparently hangs. When I enter
CTRL-C, the cursor re-appars, but show() now gives an error message, until I
call figure(). This behaviour is repeatable. See trace below.
Matplot
On Saturday 09 October 2010 22:58:04 Paul Leopardi wrote:
> Hello all
> I am seeing a problem similar to that seen by Jorge Scandaliaris.
I downgraded from matplotlib 1.0.0 to matplotlib 0.99 and my original problem
no longer appears:
leopa...@linfinit:~/src/Working/Working-0.5.1/
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 s
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
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?
Thank
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 tested your code on different backends?
Sorry for my delay in rep
Hi all,
I am using Matplotlib 1.0.1 and am seeing weird behaviour with mplot3d and
ticker formatters, and I think I need to submit a patch to axes3d, but am not
sure how much it will break, because format_zdata() and format_coord() look to
be defined inconsistently.
When trying to rotate a plot
[Repost from 21 Mar 2011: note suggested patches]
Hi all,
I am using Matplotlib 1.0.1 and am seeing weird behaviour with mplot3d and
ticker formatters, and I think I need to submit a patch to axes3d, but am not
sure how much it will break, because format_zdata() and format_coord() look to
be de