On Mon, Jul 5, 2010 at 3:38 PM, Eric Firing wrote:
> On 07/05/2010 10:22 AM, Benjamin Root wrote:
> > After some more digging, I think I finally found the source of my
> > issues. I have noticed that there are inconsistencies between the keys
> > and sections listed in the default matplotlib.con
On 07/05/2010 10:22 AM, Benjamin Root wrote:
> After some more digging, I think I finally found the source of my
> issues. I have noticed that there are inconsistencies between the keys
> and sections listed in the default matplotlib.conf file and in the class
> MPLConfig(). While in most cases,
After some more digging, I think I finally found the source of my issues. I
have noticed that there are inconsistencies between the keys and sections
listed in the default matplotlib.conf file and in the class MPLConfig().
While in most cases, these inconsistencies are innocuous and do not cause
e
On Sun, Jul 4, 2010 at 9:43 PM, Darren Dale wrote:
> On Sun, Jul 4, 2010 at 9:24 PM, John Hunter wrote:
> > On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote:
> >> Hello,
> >>
> >> I came across a typo in mplconfig.py that results in an error when
> >> processing the matplotlib configurations
On Sun, Jul 4, 2010 at 8:24 PM, John Hunter wrote:
> On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote:
> > Hello,
> >
> > I came across a typo in mplconfig.py that results in an error when
> > processing the matplotlib configurations. Attached is a patch.
>
> I can apply this patch because i
On Sun, Jul 4, 2010 at 9:24 PM, John Hunter wrote:
> On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote:
>> Hello,
>>
>> I came across a typo in mplconfig.py that results in an error when
>> processing the matplotlib configurations. Attached is a patch.
>
> I can apply this patch because it is
On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote:
> Hello,
>
> I came across a typo in mplconfig.py that results in an error when
> processing the matplotlib configurations. Attached is a patch.
I can apply this patch because it is a simple fix, but the larger
question is whether we want to d
Hello,
I came across a typo in mplconfig.py that results in an error when
processing the matplotlib configurations. Attached is a patch.
Ben Root
Index: matplotlib/lib/matplotlib/config/mplconfig.py
===
--- matplotlib/lib/matplotlib