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