I am able to use set_3d_properties to set z data for my 3D line. However, if
I want to get the zdata, I cannot find a function like get_zdata or
get_3d_properites.
Is there anyway to get the zdata associated with the line?
There are some changes that are happening that would make it possible for me to refactor mplot3d in a way that would make this feasible. I could bite the bullet and just provide a partial workaround to this problem by providing a get_3d_data() method to each Artist3D subclass. Should be a fairly easy task for someone at SciPy 2015.
···
On Tue, Jun 30, 2015 at 11:51 AM, kola <kola@…4682…> wrote:
Hi,
I am able to use set_3d_properties to set z data for my 3D line. However, if
I want to get the zdata, I cannot find a function like get_zdata or
get_3d_properites.
Is there anyway to get the zdata associated with the line?