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 matplotlib's source repository. I've already checked out the latest matplotlib/trunk/matplotlib, and created a SourceForge account. When I do an svn commit it doesn't give me permission. How do I get permission? If someone on this list is responsible for granting write access then my SF account name is andrewcc and my password is... just kidding ;-) I'm not that much of a newbie, but I've never submitted code to an open source project before (unless you could Wikipedia). Thanks, -Andrew
>>>>> "Andrew" == Andrew Colombi <co...@ui...> 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 account. When I do an svn commit it Andrew> doesn't give me permission. How do I get permission? If Andrew> someone on this list is responsible for granting write Andrew> access then my SF account name is andrewcc and my password Andrew> is... just kidding ;-) I'm not that much of a newbie, but Andrew> I've never submitted code to an open source project before Andrew> (unless you could Wikipedia). The best way os to post a svn diff to this list and to the sourceforge site. When you post to this list, post a link to the sf patch so we can easily close it after we apply it. JDH