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

2008-11-30 Thread Darren Dale
On Wed, Nov 26, 2008 at 2:05 PM, John Hunter <[EMAIL PROTECTED]> wrote: > I recently added support for a figure/axes enter/leave event. The > figure enter and axes enter/leave are easy to do with nothing new in > the backends, just using the native mpl events. The figure leave > event is harder,

Re: [matplotlib-devel] any git clones of the MPL svn repo out there?

2008-11-30 Thread Andrew Straw
I used rsync to mirror the entire SVN repo locally and then using "git svn clone" to import it (which took about 12 hours on a 2.5 GHz Core 2 machine, even with the local SVN mirror). I haven't been able to clone the new git repo such that the 2nd git copy would not need to do "git svn fetch" on t

Re: [matplotlib-devel] markersize change

2008-11-30 Thread Andrew Straw
Hi Mike, That does fix the issue. Another thing I noticed that is fixed with your patch: the '.' marks appear like '+' when drawn at a smallish size. Thanks, Andrew Michael Droettboom wrote: > This might be related to a change I made in the Agg backend to make the > markers look better by roundi

Re: [matplotlib-devel] any git clones of the MPL svn repo out there?

2008-11-30 Thread Michael Droettboom
I don't know of any, but if you create one let us know. I'd be interested in playing with such a thing. I'm ready to see what all the fuss is about... ;) Mike Andrew Straw wrote: > Since using git for some time on several projects (including projects > with a central svn repository), it's bee

Re: [matplotlib-devel] markersize change

2008-11-30 Thread Michael Droettboom
This might be related to a change I made in the Agg backend to make the markers look better by rounding their coordinates to the nearest pixel. It certainly made the stock markers at a standard size look better, but I suspect as they get smaller, they are converging down to the same value, thu