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
---
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
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
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
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
> >
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
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
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
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
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
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'. " +
> >
11 matches
Mail list logo