Hello everybody,

I would like to call a function when I close manually a window previously 
opened by a pylab.figure. I tried the following:

f = pylab.figure()
f.canvas.mpl_connect('close_event',my_function)

but it fails because the 'close_event' is not recognized as a valid event 
(button_press_event, axis_leave_event ...). Would you have any idea ?

thank you very much

regards

Eric Pellegrini



      
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to