Re: [matplotlib-devel] mpl_toolkits mplot3d axes3d panning patch

2010-10-07 Thread Benjamin Root
On Thu, Oct 7, 2010 at 12:25 PM, braingram wrote: > Thanks for the tips on adding 3d subplots. I tested to see if the > points bled over into the other subplots and they do not. When I was > referring to the points not being clipped I was talking about the the > points falling outside of the draw

Re: [matplotlib-devel] mpl_toolkits mplot3d axes3d panning patch

2010-10-07 Thread Benjamin Root
On Thu, Oct 7, 2010 at 10:19 AM, braingram wrote: > Thanks for catching that! I added the changes to mouse_init and > improved the panning so it works more consistently at different 'zoom' > levels and attached an updated patch. > > I tried to sort out the clipping issue you mentioned but failed

Re: [matplotlib-devel] mpl_toolkits mplot3d axes3d panning patch

2010-10-07 Thread braingram
doh! I hate to spam the mailing list, but I didn't respond to your other question. I tested this out on the MacOSX and TkAgg backends (the only ones I have available on this machine). The MacOSX backend suffered from the bug I mentioned earlier (no 'motion_notify_event' for click+drag middle mous

Re: [matplotlib-devel] mpl_toolkits mplot3d axes3d panning patch

2010-10-07 Thread braingram
Thanks for catching that! I added the changes to mouse_init and improved the panning so it works more consistently at different 'zoom' levels and attached an updated patch. I tried to sort out the clipping issue you mentioned but failed to wrap my head around how to clip the 3d data. It looks like

Re: [matplotlib-devel] mpl_toolkits mplot3d axes3d panning patch

2010-10-06 Thread Benjamin Root
On Wed, Oct 6, 2010 at 3:45 PM, braingram wrote: > I fiddled around with the mplot3d axes3d panning today with some > useful results. I've never submitted a patch before so please let me > know if I did so incorrectly. > > On a related note, I noticed that middle mouse click+drags were not > trig

[matplotlib-devel] mpl_toolkits mplot3d axes3d panning patch

2010-10-06 Thread braingram
I fiddled around with the mplot3d axes3d panning today with some useful results. I've never submitted a patch before so please let me know if I did so incorrectly. On a related note, I noticed that middle mouse click+drags were not triggering 'motion_notify_event' events with the mac osx backend.