Discussion:
[Matplotlib-users] get_3d_properties
kola
2015-06-30 15:51:22 UTC
Permalink
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?

Thanks,
Kola



--
View this message in context: http://matplotlib.1069221.n5.nabble.com/get-3d-properties-tp45851.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
Benjamin Root
2015-06-30 16:52:31 UTC
Permalink
Yeah, this is a long-standing design issue:
https://github.com/matplotlib/matplotlib/issues/1483

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.
Post by kola
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?
Thanks,
Kola
--
http://matplotlib.1069221.n5.nabble.com/get-3d-properties-tp45851.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Loading...