[matplotlib-devel] release? no, this time really I mean it

2008-12-03 Thread John Hunter
Despite my occasional recent murmurings to get a release out, which fall by the wayside as more pressing matters arise, I really would like to do a 0.98.4 ASAP. Part of the reason is that there are lots of great features and bug fixes that should be more easily accessible to others (in particular

[matplotlib-devel] experimental MPL git mirror online

2008-12-03 Thread Andrew Straw
I just put my git mirror of the matplotlib svn repository online. This is experimental in nature. Thanks to github for hosting this project. Anyhow, I added instructions for how to use this (including to interact with the central svn repository) here: http://github.com/astraw/matplotlib/tree/maste

Re: [matplotlib-devel] help request: wx, tk, qt backend leave event

2008-12-03 Thread John Hunter
On Wed, Dec 3, 2008 at 6:43 AM, Gregor Thalhammer <[EMAIL PROTECTED]> wrote: >> Can you update, repatch wx to use it (and Darren qt)? > > I attached a patch that emits a enter_notify_event if the mouse enters the > figure. Now the example behaves correctly. Thanks Gregor -- just committed this. I

Re: [matplotlib-devel] help request: wx, tk, qt backend leave event

2008-12-03 Thread Darren Dale
On Wed, Dec 3, 2008 at 9:26 AM, Gregor Thalhammer < [EMAIL PROTECTED]> wrote: > > > 2008/12/2 Darren Dale <[EMAIL PROTECTED]> > >> >> >> On Tue, Dec 2, 2008 at 10:41 AM, John Hunter <[EMAIL PROTECTED]> wrote: >> >>> On Tue, Dec 2, 2008 at 8:34 AM, Gregor Thalhammer >>> <[EMAIL PROTECTED]> wrote: >

Re: [matplotlib-devel] help request: wx, tk, qt backend leave event

2008-12-03 Thread Gregor Thalhammer
2008/12/2 Darren Dale <[EMAIL PROTECTED]> > > > On Tue, Dec 2, 2008 at 10:41 AM, John Hunter <[EMAIL PROTECTED]> wrote: > >> On Tue, Dec 2, 2008 at 8:34 AM, Gregor Thalhammer >> <[EMAIL PROTECTED]> wrote: >> >> > If a mouse button is pressed while leaving the figure the behaviour is >> > somewhat

Re: [matplotlib-devel] help request: wx, tk, qt backend leave event

2008-12-03 Thread Gregor Thalhammer
> > Can you update, repatch wx to use it (and Darren qt)? > I attached a patch that emits a enter_notify_event if the mouse enters the figure. Now the example behaves correctly. Gregor Index: backend_wx.py === --- backend_wx.py (Revi