[matplotlib-devel] Fixing Axes3DI.plot3d

2006-10-31 Thread Andrew Colombi
I've posted this patch to SF.net. It's a small change to Axes3DI.autoscale_view brings its interface into conformity with its parent class. More details on the SF patch. -Andrew Axes3DI.plot3d.diff Description: Binary data --

[matplotlib-devel] Axes3DI.autoscale_view

2006-10-30 Thread Andrew Colombi
Hi, I found a bug in Axes3DI.autoscale_view. It does not have formal parameters named and scalex, scaley that Axes.plot assumes (line 2115). I've added these parameters (and a scalez for completeness) and everything works fine. My real question is, how do I go about incorporating my change to ma