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

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
On Mon, Jul 5, 2010 at 3:38 PM, Eric Firing efir...@hawaii.edu 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-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 === ---

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread John Hunter
On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root ben.r...@ou.edu 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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Darren Dale
On Sun, Jul 4, 2010 at 9:24 PM, John Hunter jdh2...@gmail.com wrote: On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root ben.r...@ou.edu 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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
On Sun, Jul 4, 2010 at 8:24 PM, John Hunter jdh2...@gmail.com wrote: On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root ben.r...@ou.edu 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

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
On Sun, Jul 4, 2010 at 9:43 PM, Darren Dale dsdal...@gmail.com wrote: On Sun, Jul 4, 2010 at 9:24 PM, John Hunter jdh2...@gmail.com wrote: On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root ben.r...@ou.edu wrote: Hello, I came across a typo in mplconfig.py that results in an error when