Re: [matplotlib-devel] Planning for 1.3.0

2013-04-15 Thread Michiel de Hoon
Hi Derek, Can you perhaps ask the Fink developers to provide a framework installation of Python? Most matplotlib users who ran into framework-related bugs were Fink users. Best, -Michiel. --- On Mon, 4/15/13, Derek Homeier wrote: > From: Derek Homeier > Subject: Re: [matplotlib-devel] Plann

Re: [matplotlib-devel] Timers independent of canvases

2013-04-15 Thread Michiel de Hoon
Hi Mike, Ryan, Thanks for your comments. I have made a pull request; see: https://github.com/matplotlib/matplotlib/pull/1907 Best, -Michiel --- On Mon, 4/15/13, Michael Droettboom wrote: > From: Michael Droettboom > Subject: Re: [matplotlib-devel] Timers independent of canvases > To: matplotl

Re: [matplotlib-devel] Planning for 1.3.0

2013-04-15 Thread Derek Homeier
Hi Michiel, On 15.04.2013, at 6:03AM, Michiel de Hoon wrote: > --- On Sun, 4/14/13, Derek Homeier > wrote: >> Of course if there are any other possible negative effects >> besides the window handling, I'd take your point. > > Several bugs have been reported in the past that turned out to be d

Re: [matplotlib-devel] Timers independent of canvases

2013-04-15 Thread Michael Droettboom
Thanks for doing this. This looks like quite an improvement! Why don't you go ahead and make a pull request. I think on the whole the idea is sound, I just have a few minor comments that can probably be dealt with more efficiently in a PR. Mike On 04/12/2013 10:32 PM, Michiel de Hoon wrote:

Re: [matplotlib-devel] Timers independent of canvases

2013-04-15 Thread Ryan May
No opposition here. The "rationale" behind the original location was: 1) Easy way to make it properly dependent on the backend 2) Easy way to get a handle on a widget when necessary (for Tk and Wx IIRC) However, these were reasons of ease of implementation (aka. laziness) on my part, no real tech