Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-08-25 Thread Reinier Heeres
Hi all, Sorry for not finishing this nicely. I was looking at this last weekend, and concluded that this approach was not the way to fix the problem. The real problem was that we still had the old X/Y axes around and had to use new functions for the 3d axes (e.g. set_xticks*3d*, set_xlim*3d* etc).

Re: [matplotlib-devel] Patch/fix for two legend oddities/bugs

2010-08-25 Thread Jae-Joon Lee
Hmm, it seems that somehow I only applied the patch to the trunk. http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=revision&revision=8418 But I think the patch also need to be applied to the maint. version. I'll see what I can do. Regards, -JJ On Wed, Aug 25, 2010 at 3:42 AM, Erik

Re: [matplotlib-devel] purpose of 'stepfilled' in hist()?

2010-08-25 Thread Benjamin Root
On Wed, Aug 25, 2010 at 12:00 AM, Anne Archibald wrote: > On 24 August 2010 22:22, Benjamin Root wrote: > > On Tue, Aug 24, 2010 at 9:01 PM, Anne Archibald < > aarch...@physics.mcgill.ca> > > wrote: > >> > >> On 24 August 2010 19:16, Erik Tollerud wrote: > >> > Whoops, yes, that should be True.

[matplotlib-devel] Fwd: wrong PDF on matplotlib web site?

2010-08-25 Thread Michael Droettboom
Original Message Subject:wrong PDF on matplotlib web site? Date: Wed, 25 Aug 2010 10:32:03 -0400 From: Joe Harrington Reply-To: j...@physics.ucf.edu To: Michael Droettboom CC: j...@physics.ucf.edu Hi Michael, I just noticed that the User Guide PDF

Re: [matplotlib-devel] purpose of 'stepfilled' in hist()?

2010-08-25 Thread Eric Firing
On 08/25/2010 04:50 AM, Benjamin Root wrote: > On Wed, Aug 25, 2010 at 12:00 AM, Anne Archibald > mailto:aarch...@physics.mcgill.ca>> wrote: > > On 24 August 2010 22:22, Benjamin Root > wrote: > > On Tue, Aug 24, 2010 at 9:01 PM, Anne Archibald > mailto:aar

Re: [matplotlib-devel] Fwd: wrong PDF on matplotlib web site?

2010-08-25 Thread John Hunter
I've updated the PDF on the main docs page http://matplotlib.sourceforge.net/contents.html Direct link: http://matplotlib.sf.net/Matplotlib.pdf JDH On Wed, Aug 25, 2010 at 11:01 AM, Michael Droettboom wrote: > > Original Message Subject: wrong PDF on matplotlib web > site

[matplotlib-devel] A small fix for backend specification...

2010-08-25 Thread Fernando Perez
Hi folks, I'd like to know if the fix below looks reasonable to you, this is a diff against current svn trunk: dreamweaver[matplotlib]> svn diff Index: __init__.py === --- __init__.py (revision 8656) +++ __init__.py (working copy) @@

Re: [matplotlib-devel] A small fix for backend specification...

2010-08-25 Thread Gael Varoquaux
On Wed, Aug 25, 2010 at 02:57:50PM -0700, Fernando Perez wrote: > [1] teaser for the curious: > http://fperez.org/tmp/ipython_qt_pylab.png. All code is in the > 'newkernel' github branch. Special credits to Evan Patterson from > Enthought, the Qt brains behind the magic. Freeking awesome! Go go

Re: [matplotlib-devel] A small fix for backend specification...

2010-08-25 Thread Eric Firing
On 08/25/2010 11:57 AM, Fernando Perez wrote: > Hi folks, > > I'd like to know if the fix below looks reasonable to you, this is a > diff against current svn trunk: > > dreamweaver[matplotlib]> svn diff > Index: __init__.py > === > --

Re: [matplotlib-devel] A small fix for backend specification...

2010-08-25 Thread Fernando Perez
On Wed, Aug 25, 2010 at 2:59 PM, Gael Varoquaux wrote: > > Freeking awesome! > > Go go team! Thanks :) We're pretty happy, we'll post more in a few weeks when there's something more solid to show. Take care, f -- Sell

Re: [matplotlib-devel] A small fix for backend specification...

2010-08-25 Thread Fernando Perez
On Wed, Aug 25, 2010 at 3:06 PM, Eric Firing wrote: > Looks fine to me.  It's fixing a bug.  I don't think the comment is even > necessary--the rationale looks pretty obvious, and the code is clear. > Great, thanks. I'll shorten the comment to just one line then: +# Lowercase only non-mo

Re: [matplotlib-devel] New Animation Class

2010-08-25 Thread Ryan May
On Fri, Jul 9, 2010 at 7:27 PM, John Hunter wrote: > On Fri, Jul 9, 2010 at 5:22 PM, Ryan May wrote: > >> I've been "hard" at work over the last couple of months putting >> together a set of classes that simplifies the creation of animations >> in matplotlib. This started when I resurrected some