[matplotlib-devel] Color Parsing Bug

2012-10-16 Thread T J
There seems to be an issue with how arguments are parsed when it comes to determining the color of a line. Generally, it seems that 'c' takes precedence over 'color'. However, this precedence seems to change with the number of passed kwargs. - import matplotlib.pyplot as plt import n

[matplotlib-devel] Subclasses Axes

2010-02-13 Thread T J
Subclasses of Axes, such as PolarAxes, inherit many functions which make implicit assumptions of rectilinear coordinates. From a design perspective, it seems like most of these functions should not belong to the parent class, and that, perhaps, there should exist a RectilinearAxes(Axes) class. Es

Re: [matplotlib-devel] [Matplotlib-users] fill_between

2009-05-04 Thread T J
On Thu, Apr 30, 2009 at 3:55 PM, T J wrote: > On Thu, Apr 30, 2009 at 2:29 PM, John Hunter wrote: >> >> >> On Thu, Apr 30, 2009 at 4:14 PM, T J wrote: >>> >>> Fill between is for filling between two y-values over a range of >>> x-values.  Is there

Re: [matplotlib-devel] [Matplotlib-users] fill_between

2009-04-30 Thread T J
On Thu, Apr 30, 2009 at 2:29 PM, John Hunter wrote: > > > On Thu, Apr 30, 2009 at 4:14 PM, T J wrote: >> >> Fill between is for filling between two y-values over a range of >> x-values.  Is there anything which fills between to x-values over a >> range of y-val

[matplotlib-devel] hexbin, mincnt

2009-01-12 Thread T J
It looks like mincnt is used only when C is not None. For the default histogram method, I've found it useful to be able to turn off cells with fewer then *mincnt* points. Attached is a diff which implements this. Also, should *marginals* be True by default? It seems that hexbin is an alternativ

[matplotlib-devel] plot3d

2008-06-14 Thread T J
I can't seem to get 3d plotting to work from the latest svn. I submitted a bug on this: http://sourceforge.net/tracker/index.php?func=detail&aid=1994049&group_id=80706&atid=560720 but I think the issue is more fundamental than an 'import' issue as I described it. Is this a quick fix or does

Re: [matplotlib-devel] [Matplotlib-users] No plots show after update

2008-06-12 Thread T J
On Thu, Jun 12, 2008 at 3:50 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > On Thursday 12 June 2008 6:36:16 pm T J wrote: >> Sorry, quick clarification: >> >> With usetex enabled, >>GTK will not plot > > I don't think the gtk backend has ever suppo

Re: [matplotlib-devel] [Matplotlib-users] No plots show after update

2008-06-12 Thread T J
Sorry, quick clarification: With usetex enabled, GTK will not plot GTKAgg will plot WXAgg will plot - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything