Re: [Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-30 Thread Benjamin Root
On Thursday, October 28, 2010, Pradyumna wrote: > > Hello All, > > I am running into same issue except mine won't go away even when I went back > to matplotlib 0.99. > > Also, something curious I noticed - when I run the examples, I don't get this > error message. > > Please let me know if you h

Re: [Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-28 Thread Pradyumna
Hello All, I am running into same issue except mine won't go away even when I went back to matplotlib 0.99. Also, something curious I noticed - when I run the examples, I don't get this error message. Please let me know if you have any suggestions. Thanks! Pradyumna Benjamin Root-2 wrote: >

Re: [Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-09 Thread Benjamin Root
On Sat, Oct 9, 2010 at 7:41 AM, Paul Leopardi wrote: > 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 appea

Re: [Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-09 Thread Paul Leopardi
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/glucat/pyclical

[Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-09 Thread Paul Leopardi
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