[matplotlib-devel] New generic timers

2010-04-20 Thread Ryan May
Hi, Continuing the spurt of (independent) development that's been going on lately, I committed support for generic timers. There's a base class TimerBase that provides the basic API for a timer (start, stop, controlling the interval, adding callbacks, etc.), and each GUI backend subclasses this

Re: [matplotlib-devel] New generic timers

2010-04-20 Thread John Hunter
On Tue, Apr 20, 2010 at 3:26 PM, Ryan May rma...@gmail.com wrote: Hi, Continuing the spurt of (independent) development that's been going on lately, I committed support for generic timers. There's a base class TimerBase that provides the basic API for a timer (start, stop, controlling the

Re: [matplotlib-devel] New generic timers

2010-04-20 Thread Ryan May
On Tue, Apr 20, 2010 at 4:02 PM, John Hunter jdh2...@gmail.com wrote: On Tue, Apr 20, 2010 at 3:26 PM, Ryan May rma...@gmail.com wrote: Hi, Continuing the spurt of (independent) development that's been going on lately, I committed support for generic timers. There's a base class TimerBase