[Bug 313834] [NEW] subsequent figures close immediately
Matt H
matt.hickford at gmail.com
Sun Jan 4 20:41:56 UTC 2009
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: the second window closes immediately.
Should happen (happens on other platforms): the second window stays open.
** Affects: matplotlib (Ubuntu)
Importance: Undecided
Status: New
--
subsequent figures close immediately
https://bugs.launchpad.net/bugs/313834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list