Re: [matplotlib-devel] Typo in mplconf

2010-07-05 Thread Benjamin Root
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

Re: [matplotlib-devel] Typo in mplconf

2010-07-05 Thread Eric Firing
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,

Re: [matplotlib-devel] Typo in mplconf

2010-07-05 Thread Benjamin Root
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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Darren Dale
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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread John Hunter
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

[matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
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