[matplotlib-devel] Question about 3D collections

2010-07-27 Thread Benjamin Root
I am trying to track down a problem in the 3D code, and I have noticed an issue with Axes3D.add_collection3d(). It checks to see which collection type you are passing in and will convert them to their 3D equivalent if possible, and then calls .set_sort_zpos() afterwards. However, .set_sort_zpos()

Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-07-27 Thread Erik Tollerud
Great - if anything's unclear, I can fairly easily make a test case as Benjamin suggested, so just let me know if that's necessary - thank! On Tue, Jul 27, 2010 at 12:27 AM, Reinier Heeres wrote: > Hi Erik, > > Sorry for the delay. From just looking at the diff I would say it's a > great addition

Re: [matplotlib-devel] zoom does not work properly when embedding with glade/gtk

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 12:11 AM, David Trem wrote: > Just for the records, the fix now applied to the svn and > discuss on this list under """Plot moves while using the "Zoom to > rectangle" button""" thread also fixes the problem I reported > earlier this year (see email below). > > Best Regard

Re: [matplotlib-devel] Patchs for changing ticks messing up mplot3d and tick-get/setters

2010-07-27 Thread Reinier Heeres
Hi Erik, Sorry for the delay. From just looking at the diff I would say it's a great addition. I'll test tomorrow and push it if it works (which I assume it does). Cheers, Reinier On Tue, Jul 27, 2010 at 2:55 AM, Erik Tollerud wrote: > Just a quick ping about this - did it get applied, or was t