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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs