[Bug 313834] [NEW] subsequent figures close immediately

2009-01-04 Thread Matt H
Public bug reported: Run something like this #!/usr/bin/python import pylab for i in range(1,3): X = [1,2] Y = [i,2] pylab.plot(X,Y) pylab.show() It should show a figure. When you close its window, a second figure will be plotted in a new window. In intrepid: th

Re: [Bug 313834] [NEW] subsequent figures close immediately

2009-01-04 Thread Sandro Tosi
On Sun, Jan 4, 2009 at 21:41, Matt H wrote: > Public bug reported: > > Run something like this > > #!/usr/bin/python > import pylab > > for i in range(1,3): >X = [1,2] >Y = [i,2] >pylab.plot(X,Y) >pylab.show() > > It should show a figure. if you want a single figur