Re: [matplotlib-devel] How to exclude some examples to be built for doc?

2010-10-06 Thread Fernando Perez
On Wed, Jul 28, 2010 at 3:27 PM, Sandro Tosi wrote: > > I don't want to put pressure on this but... was there any progress? :) > It would be nice to have this somehow fixed or worked-around, so that > I can upload to debian (experimental branch) and get some testing > there. The fact doc generatio

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] Matplotlib/basemap consultant for hire?

2010-10-06 Thread Jeremy Lounds
Hello, I apologize in advance if this is not an appropriate question for the list. I have relatively small project that I am stuck on a few (probably small) points. Is anyone here is interested in earning a modest consultation fee to "hold my hand" through the rough patches? If so, please e-mail

[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.

[matplotlib-devel] Axes.autoscale_view forces tight scaling with only images

2010-10-06 Thread Stan West
Hi again, developers. I found that Axes.autoscale_view, and therefore Axes.autoscale, won't scale loosely when all of the children are images. Passing tight=False yields behavior just like tight=None. The attached script demonstrates this. In contrast, the docs for autoscale indicate that tight=Fal