Re: [Matplotlib-users] timer objects in macosx backend

2013-07-20 Thread Michiel de Hoon
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.

Re: [Matplotlib-users] timer objects in macosx backend

2013-07-18 Thread Michiel de Hoon
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

Re: [Matplotlib-users] timer objects in macosx backend

2013-07-18 Thread Brendan Barnwell
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

Re: [Matplotlib-users] timer objects in macosx backend

2013-07-18 Thread Justin Lazear
> 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

Re: [Matplotlib-users] timer objects in macosx backend

2013-07-17 Thread Michiel de Hoon
> 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

[Matplotlib-users] timer objects in macosx backend

2013-07-17 Thread Justin Lazear
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]