Re: [Matplotlib-users] multiple figures interactively

2007-10-01 Thread Jeff Whitaker
-Original Message- From: Wolfgang Kerzendorf [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 9:03 PM To: Lee, Young-Jin Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] multiple figures interactively This might help you it destroys the whole window

Re: [Matplotlib-users] multiple figures interactively

2007-09-26 Thread Wolfgang Kerzendorf
This might help you it destroys the whole window: pylab.get_current_fig_manager().destroy() and then you open it again with show Lee, Young-Jin wrote: Hi, I ’m writing a python program that draws figures one by one interactively with the user’s input in dos mode. Basically, I give the