bug 1798196: Axes3D bug

I found a bug in the Axes3D code for making 3D plots. I created a simple patch to fix it. I then submitted a bug to the tracker more than a week ago. However, it seems to have gone unnoticed, so I am sending this information to the mailing list, which seems to be more active than the bug tracker.

To view the bug, go here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1798196&group_id=80706&atid=560720

···

--
Leon Barrett
1932 Hearst Ave. Apt. F
Berkeley, CA 94709
leon@...562...
http://leon.barrettnexus.com/
home: 510-665-5428
cell: 217-257-4163

If someone decides to poke around in the 3D plotting files in response to Leon's efforts, there's another fix posted a while back which was not applied:
<http://sourceforge.net/mailarchive/forum.php?thread_name=d8cf9020703071339y43354eaerbfa1a47d272e5d26%40mail.gmail.com&forum_name=matplotlib-users>
I tried this at the time and it worked with no obvious side effects.

Gary R.

Leon Barrett wrote:

I found a bug in the Axes3D code for making 3D plots. I created a simple patch to fix it. I then submitted a bug to the tracker more than a week ago. However, it seems to have gone unnoticed, so I am sending this information to the mailing list, which seems to be more active than the bug tracker.

To view the bug, go here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1798196&group_id=80706&atid=560720

Leon,

Thanks. I applied your changes in svn 3902 and 3903. Putting bug reports and patches in the tracker is good, but it is advisable to send mail to the list at the same time. We are not doing a good job of keeping on top of reports in the tracker.

Eric