Re: [matplotlib-devel] minor fix to animation example

2008-10-17 Thread Tony S Yu
On Oct 17, 2008, at 7:29 AM, John Hunter wrote: > Hey Tony, > > Thanks for the patch, applied to svn r6232. For future patches, could > you send a "svn diff" from the matplotlib directory containing > setup.py. That way I don't have to think too hard about the patch > level, what kind of patch it

Re: [matplotlib-devel] artists.rst

2008-10-17 Thread John Hunter
On Wed, Oct 15, 2008 at 2:57 PM, Manuel Metz <[EMAIL PROTECTED]> wrote: > I found a few typos in artists.rst. Added a patch (don't want to commit > it, because I'm not actively working on the docs) > > The first sentence of the section "Object containers" also needs to be > fixed (or I don't unders

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-17 Thread Manuel Metz
Jae-Joon Lee wrote: > Thanks Manuel. > > Yes, we need rotation value and etc, but my point is, do we need to > update it within the update_from() method? Although my preference is > not to do it, it may not matter much as far as we state what this > method does clearly in the doc. Okay, it's prob

Re: [matplotlib-devel] minor fix to animation example

2008-10-17 Thread John Hunter
On Thu, Oct 16, 2008 at 9:10 PM, Tony S Yu <[EMAIL PROTECTED]> wrote: > I noticed that one of the animation examples is missing some import > statements. Also, the diff below includes a small change to the shebang line > of another example. Hey Tony, Thanks for the patch, applied to svn r6232. F

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-17 Thread John Hunter
On Thu, Oct 16, 2008 at 9:57 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > Thanks Manuel. > > Yes, we need rotation value and etc, but my point is, do we need to > update it within the update_from() method? Although my preference is > not to do it, it may not matter much as far as we state what thi

Re: [matplotlib-devel] new site is live!

2008-10-17 Thread John Hunter
On Thu, Oct 16, 2008 at 5:10 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > It looks great, really nice work guys. Sorry I havent been able to keep up > with the list recently, unfortunately its unlikely to change for a while. > > I noticed that the PDF download link at > http://matplotlib.sourcefor

Re: [matplotlib-devel] navigation toolbar keyboard shortcuts patch

2008-10-17 Thread John Hunter
On Thu, Oct 16, 2008 at 9:18 PM, Paul Ivanov <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a big fan of keyboard shortcuts, so I decided to add these guys to > lib/matplotlib/backend_bases.py > > I'm not sure if this is too much, and maybe these should be configurable > down the line, but here's my firs

Re: [matplotlib-devel] new site is live!

2008-10-17 Thread Darren Dale
On Wednesday 15 October 2008 04:59:28 pm John Hunter wrote: > I just took the plunge and pushed the beta website live. We are now > purely driven off the sphinx living in the doc dir. It looks great, really nice work guys. Sorry I havent been able to keep up with the list recently, unfortunately

Re: [matplotlib-devel] navigation toolbar keyboard shortcuts patch

2008-10-17 Thread Gregor Thalhammer
Paul Ivanov schrieb: > Hi, > > I'm a big fan of keyboard shortcuts, so I decided to add these guys to > lib/matplotlib/backend_bases.py > > I'm not sure if this is too much, and maybe these should be configurable > down the line, but here's my first stab at it, what do you all think? > > in