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/config/mplconfig.py	(revision 8491)
+++ matplotlib/lib/matplotlib/config/mplconfig.py	(working copy)
@@ -117,7 +117,7 @@
 
     class path(TConfig):
         simplify = T.false
-        simplify_threshold = T.float(1.0 / 9.0)
+        simplify_threshold = T.Float(1.0 / 9.0)
         snap = T.true
 
     class patch(TConfig):
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to