Re: [matplotlib-devel] Missing method!

2011-05-11 Thread Benjamin Root
On Thu, Mar 31, 2011 at 11:39 AM, Benjamin Root wrote: > > > On Sat, Mar 26, 2011 at 10:16 AM, Virgil Stokes wrote: > >> I found that >> >> def set_sort_zpos(self,val): >> '''Set the position to use for z-sorting.''' >> self._sort_zpos = val >> >> was missing from >> >> class Line3DCol

Re: [matplotlib-devel] Missing method!

2011-03-31 Thread Benjamin Root
On Sat, Mar 26, 2011 at 10:16 AM, Virgil Stokes wrote: > I found that > > def set_sort_zpos(self,val): > '''Set the position to use for z-sorting.''' > self._sort_zpos = val > > was missing from > > class Line3DCollection(LineCollection) (in matplotlib 1.0.1): > > Now, with the above m

[matplotlib-devel] Missing method!

2011-03-28 Thread Virgil Stokes
I found that def set_sort_zpos(self,val): '''Set the position to use for z-sorting.''' self._sort_zpos = val was missing from class Line3DCollection(LineCollection) (in matplotlib 1.0.1): Now, with the above method added, add_collection3d works as it should with line segments, an