Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread John Hunter
On Mon, Oct 25, 2010 at 4:09 PM, Daniel Hyams wrote: > Right, I was referring specifically to MATPLOTLIBDIR ;) > > I was just pleased as punch to find it in the source code, documented or no > :) I'm guessing you mean MATPLOTLIBDATA ? And you're right, it isn't documented (yet)... JDH ---

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Daniel Hyams
Right, I was referring specifically to MATPLOTLIBDIR ;) I was just pleased as punch to find it in the source code, documented or no :) On Mon, Oct 25, 2010 at 5:06 PM, John Hunter wrote: > On Mon, Oct 25, 2010 at 3:41 PM, Daniel Hyams wrote: > > > It doesn't really insist on it right? There

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread John Hunter
On Mon, Oct 25, 2010 at 3:41 PM, Daniel Hyams wrote: > It doesn't really insist on it right?  There are MATPLOTLIBDIR and > MPLCONFIGDIR environment variables.  The former is for the location of > mpl-data, and is not really documented well (that I could find, anyway, but > I found it in the sour

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Daniel Hyams
On Mon, Oct 25, 2010 at 4:15 PM, Russell E. Owen wrote: > In article <4cc22964.1050...@stsci.edu>, > Michael Droettboom > wrote: > > > On 10/22/2010 05:45 PM, Russell E. Owen wrote: > > > I'm curious when the next release of matplotlib is due. > > > > > > My application is suffering badly fr

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Russell E. Owen
In article , John Hunter wrote: > On Fri, Oct 22, 2010 at 7:16 PM, Michael Droettboom > wrote: > >  On 10/22/2010 05:45 PM, Russell E. Owen wrote: > >> I'm curious when the next release of matplotlib is due. > >> > >> My application is suffering badly from the issue that an incorrect font > >

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Russell E. Owen
In article <4cc22964.1050...@stsci.edu>, Michael Droettboom wrote: > On 10/22/2010 05:45 PM, Russell E. Owen wrote: > > I'm curious when the next release of matplotlib is due. > > > > My application is suffering badly from the issue that an incorrect font > > cache will cause matplotlib to f

Re: [matplotlib-devel] Thoughts about callbacks

2010-10-25 Thread Michael Droettboom
On 10/23/2010 06:05 PM, David Carmean wrote: > As I blurted on -users, I'm thinking lately about callbacks in the > non-GUI portions of the libraries--mostly Artist and subclasses. > I'm curious if anybody else has been thinking about them? > > Ideally, I'd like to see the following: > > All

[matplotlib-devel] PATCH

2010-10-25 Thread Kynn Jones
I came across this Python syntax bug in matplotlib.figure.add_subplot: raise ValueError( "polar=True, yet projection='%s'. " + "Only one of these arguments should be supplied." % projection) (That code wil

Re: [matplotlib-devel] how to submit a patch?

2010-10-25 Thread John Hunter
On Mon, Oct 25, 2010 at 6:53 AM, Kynn Jones wrote: >> diff -u figure.py.orig figure.py > patchname.diff > > OK, got that part.  Thanks.  But where do I send the patch? Actually, we recommend submitting an svn diff. Details at: http://matplotlib.sourceforge.net/faq/howto_faq.html#submit-a-pat

Re: [matplotlib-devel] sub-sub-plots, sub-sub-sub-plots, etc.

2010-10-25 Thread Kynn Jones
Ben, JJ, thanks for your suggestions. I'll look into what you proposed. ~kj -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. a

Re: [matplotlib-devel] how to submit a patch?

2010-10-25 Thread Kynn Jones
On Sat, Oct 23, 2010 at 3:13 PM, Ryan May wrote: > On Sat, Oct 23, 2010 at 1:37 PM, Kynn Jones wrote: > > I came across this Python syntax bug in matplotlib.figure.add_subplot: > > raise ValueError( > > "polar=True, yet projection='%s'. " + > >