On Tue, 06 Jun 2006, apparently wrote: > I made some figure in a loop and i want to close after the figure show.
Are you using TkAgg? Then it should have a close button. Use it. By using show() you entered the Tkinter mainloop, so you cannot close it from the console. (Or so I believe.) Cheers, Alan Isaac _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users