Hi Ryan,
bad luck, I use the version 0.99.3 ... and currently I must keep on using it ...
Would you see another way to proceed from matplotlib ?
thanks
Eric
--- En date de : Jeu 29.7.10, Ryan May a écrit :
De: Ryan May
Objet: Re: [Matplotlib-users] catching close figure event
À
Hi Ben,
I use the version 0.99.3.
Eric
--- En date de : Jeu 29.7.10, Benjamin Root a écrit :
De: Benjamin Root
Objet: Re: [Matplotlib-users] catching close figure event
À: "Pellegrini Eric"
Cc: matplotlib-users@lists.sourceforge.net
Date: Jeudi 29 juillet 2010, 19h26
On Thu, Ju
On Thu, Jul 29, 2010 at 12:26 PM, Benjamin Root wrote:
> On Thu, Jul 29, 2010 at 12:18 PM, Pellegrini Eric > wrote:
>
>> 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()
>
On Thu, Jul 29, 2010 at 12:18 PM, Pellegrini Eric
wrote:
> 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 bec
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