Hi all,
how to close (complitly destroy) pylab figure?

The feature is highly required for my module "openopt".

I expected something like this will work but it doesn't

from pylab import *
ion()
plot([1, 2, 3, 4], [1, 2, 3, 4])
draw()
# optional: ioff(); doesn't help as well
close('all')

Thank you in advance,
Dmitrey.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to