Re: [Tutor] Using Matplotlib - program still running when graph window is closed

2010-02-24 Thread AG
Eike Welk wrote: On Wednesday February 24 2010 11:23:18 AG wrote: How does one ensure that once a graph has been produced by Matplotlib and that graph has been closed by the user that the program itself stops? What I am currently getting is that when I close the graph pop-up window and then

Re: [Tutor] Using Matplotlib - program still running when graph window is closed

2010-02-24 Thread Eike Welk
On Wednesday February 24 2010 11:23:18 AG wrote: > How does one ensure that once a graph has been produced by Matplotlib > and that graph has been closed by the user that the program itself stops? > > What I am currently getting is that when I close the graph pop-up window > and then close IDLE, I