Re: [matplotlib-devel] Patch for bug in lines.py

2006-11-13 Thread John Hunter
> "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

2006-11-13 Thread Ted Drain
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 @@

Re: [matplotlib-devel] axis('equal')

2006-11-13 Thread Eric Firing
Ulf, Thanks for the report. I will check it out and either apply your patch or some other fix. Your message along with several others that were sent days ago popped up just now in my inbox. It seems like there are some strange delays in the sourceforge mailing list system. Eric Ulf Larsson

[matplotlib-devel] axis('equal')

2006-11-13 Thread Ulf Larsson
Hi, I have submitted a bug report 1591708 pylab.axis('equal') scales wrong axis In the attached script axis('eqaul') shrink x instead of expanding y with the result that no datapoints are seen. I have also submitted a simple patch 1591716 Expand y if data don't fit into x_lim It would be great