Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-02 Thread Michael Droettboom
Hmm... works fine for me here, both with the zoom/pan tool and zoom to rect. Can you describe a particular action that isn't working? I'm at a loss otherwise... Mike Eric Firing wrote: > Michael Droettboom wrote: >> Thanks for the reminder. It wasn't propagating the "non-affine" >> invalid

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

2008-12-02 Thread Gregor Thalhammer
John Hunter schrieb: 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, because when a user leaves a figure and activates another

Re: [matplotlib-devel] reimplemented legend class

2008-12-02 Thread John Hunter
On Mon, Dec 1, 2008 at 6:00 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > As implementing an optional transformation should be trivial, I'll > just go ahead an work on it. But it seems not clear to me how to > approach this without any specific use case given. In another thread yesterday, someone

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

2008-12-02 Thread John Hunter
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 strange. First, a figure_leave_event is emitted. Then, further > moving the mouse outside the figure a new figure_enter_event is created.

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

2008-12-02 Thread Darren Dale
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 strange. First, a figure_leave_event is emitted. Then,

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-02 Thread Eric Firing
Michael Droettboom wrote: > Hmm... works fine for me here, both with the zoom/pan tool and zoom to > rect. Can you describe a particular action that isn't working? I'm at > a loss otherwise... Mike, When I run João's commands in ipython -pylab and click the pan/zoom button, panning or zoomi

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-02 Thread Michael Droettboom
Sorry -- I neglected to commit some changes. (Playing around with bzr and still getting used to it, I guess.) Mike Eric Firing wrote: > Michael Droettboom wrote: >> Hmm... works fine for me here, both with the zoom/pan tool and zoom >> to rect. Can you describe a particular action that isn't

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-02 Thread Eric Firing
Michael Droettboom wrote: > Sorry -- I neglected to commit some changes. (Playing around with bzr > and still getting used to it, I guess.) Very good, thank you! OT: I'm glad you are taking a look at bzr; personally, I chose hg quite some time ago (when bzr was not mature enough to use), and I

Re: [matplotlib-devel] transforms bug: axhline with log y scale

2008-12-02 Thread Michael Droettboom
Eric Firing wrote: > Michael Droettboom wrote: >> Sorry -- I neglected to commit some changes. (Playing around with >> bzr and still getting used to it, I guess.) > > Very good, thank you! Phew! For a minute there I thought I was going crazy... > > OT: I'm glad you are taking a look at bzr; pers

Re: [matplotlib-devel] reimplemented legend class

2008-12-02 Thread Darren Dale
I think something broke with the recent changes to legend. For example, in ipython -pylab: plot([1,2,3,4],label='test') legend(loc=(.1, .5)) ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line sta

Re: [matplotlib-devel] reimplemented legend class

2008-12-02 Thread Jae-Joon Lee
I presume my changes currently only allow loc as a location code. I didn't know that loc can be a tuple (axes coordinate I guess?). But it won't be hard to fix this. I'll work on it. -JJ On Tue, Dec 2, 2008 at 4:04 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > I think something broke with the rec

Re: [matplotlib-devel] reimplemented legend class

2008-12-02 Thread Jae-Joon Lee
Darren, Can you test the attached patch and see if the legend is placed where you expected. Regards, -JJ Index: lib/matplotlib/legend.py === --- lib/matplotlib/legend.py (revision 6477) +++ lib/matplotlib/legend.py (working copy) @@

Re: [matplotlib-devel] reimplemented legend class

2008-12-02 Thread Jae-Joon Lee
The patch is now applied to the SVN (r6479). -JJ On Tue, Dec 2, 2008 at 5:03 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > This looks right to me, thank you Jae-Joon. > > > On Tue, Dec 2, 2008 at 4:55 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: >> >> Darren, >> >> Can you test the attached patch

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

2008-12-02 Thread Ondrej Certik
On Sun, Nov 30, 2008 at 9:42 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > 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