On Tue, Apr 20, 2010 at 4:02 PM, John Hunter wrote:
> On Tue, Apr 20, 2010 at 3:26 PM, Ryan May 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 A
On Tue, Apr 20, 2010 at 3:26 PM, Ryan May 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 interval, add
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 to
On Tue, Apr 20, 2010 at 2:46 PM, Eric Firing wrote:
> During the last few days I have added some convenience methods and
> pyplot functions. Please review them to see whether names, APIs, or
> functionality should be changed. The general motivation is that
> formatters and locators are a bit obs
During the last few days I have added some convenience methods and
pyplot functions. Please review them to see whether names, APIs, or
functionality should be changed. The general motivation is that
formatters and locators are a bit obscure and hidden in the object
hierarchy, so I wanted to m