Re: [matplotlib-devel] mplot3d line objects

2010-07-02 Thread Benjamin Root
Along the same vein, I have noticed that the Axes3D object does not have a .set_zlim() function, instead opting to use .set_zlim3d(). The same is true with xlim() and ylim(), implementing a different function for .set_xlim3d() than the inherited .set_xlim(). Is this intended? Thanks, Ben Root O

[matplotlib-devel] mplot3d line objects

2010-07-02 Thread Benjamin Root
Hello, I am working with the Line3D objects in the mplot3d toolkit. I have noticed that the .set_data() function is not overloaded from the Line class, therefore, there is no direct way to set the line data. Should a .set_data() function be created for Line3D or is there some inherent barrier to