Hello everybody,

My question is in the title !

Say that I have the following code:

f = pylab.figure()
f.plot([1,2,3,4,5])
pylab.show()

and that, once I destroyed the figure by clicking on the top-right corner red 
button, I would like to redisplay it in the state it was just before I closed 
it. Is there way to do this ? There might be one as the variable f is still 
assigned as a figure object with all its attributes and methods still available.

Thank you very much

Eric



      
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to