t;
Sent: Friday, July 19, 2013 10:44 AM
Subject: Re: [Matplotlib-users] timer objects in macosx backend
Hi Brendan, Justin,
Thanks for your reply. I agree then that a .stop() method is needed. This is
not very difficult; I'll try and implement it over the weekend.
riday, July 19, 2013 3:54 AM
Subject: Re: [Matplotlib-users] timer objects in macosx backend
On 2013-07-18 06:56, Justin Lazear wrote:> Hi Michiel,
>
> On my system, deleting the timer has no effect and the timer continues
> to send events. The __del__ method seems to call the s
On 2013-07-18 06:56, Justin Lazear wrote:> Hi Michiel,
>
> On my system, deleting the timer has no effect and the timer continues
> to send events. The __del__ method seems to call the same unimplemented
> _timer_stop method. Regardless, something else has a reference to the
> timer (MPL event
> del t
?
Best,
-Michiel
*From:* Justin Lazear
*To:* Matplotlib-users@lists.sourceforge.net
*Sent:* Thursday, July 18, 2013 12:13 AM
*Subject:* [Matplotlib-users] timer objects in macosx backend
Hi all,
I'm using a
> del t
?
Best,
-Michiel
From: Justin Lazear
To: Matplotlib-users@lists.sourceforge.net
Sent: Thursday, July 18, 2013 12:13 AM
Subject: [Matplotlib-users] timer objects in macosx backend
Hi all,
I'm using a timer object to interact with the MPL
Hi all,
I'm using a timer object to interact with the MPL event loop on my OS X
laptop. However, it seems to be missing a few key methods that are
making using it a little difficult. In particular, I can't find a way to
stop the timer from sending events:
$ ipython --pylab
In [1]