Re: [matplotlib-devel] Patch for bug in lines.py
> "Ted" == Ted Drain <[EMAIL PROTECTED]> writes: Ted> John et al, Ran into this bug in lines.py: The Verbose class Ted> in __init__.py doesn't have a method named report_error - Ted> just report. Thanks Ted -- just committed the fix. JDH -
[matplotlib-devel] Patch for bug in lines.py
John et al, Ran into this bug in lines.py: The Verbose class in __init__.py doesn't have a method named report_error - just report. Ted === --- lines.py(revision 2870) +++ lines.py(working copy) @@ -430,7 +430,7 @@