Re: [matplotlib-devel] Spine.set_position unexpectedly clears axis

2010-10-07 Thread Stan West
From: Andrew Straw [mailto:straw...@astraw.com] Sent: Thursday, September 30, 2010 11:55 On 09/29/2010 08:27 AM, Stan West wrote: I'm setting up an axes in which I configure the axis objects with my desired tick locators and formatters and later configure the spines, setting their bounds, visi

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] Axes.autoscale_view forces tight scaling with only images

2010-10-07 Thread Stan West
> From: Eric Firing [mailto:efir...@hawaii.edu] > Sent: Wednesday, October 06, 2010 20:53 > > I modified it slightly and applied to the maintenance branch. It will > get merged into the trunk eventually. > > Your patch as submitted was not respecting the previously-set value of > self._tight,