> "Andrew" == Andrew Colombi <[EMAIL PROTECTED]> writes:
Andrew> My real question is, how do I go about incorporating my
Andrew> change to matplotlib's source repository. I've already
Andrew> checked out the latest matplotlib/trunk/matplotlib, and
Andrew> created a SourceForge
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