8000 adding whats_next · matplotlib/matplotlib@14f6f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 14f6f2e

Browse files
committed
adding whats_next
1 parent 635e5dc commit 14f6f2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
mplot3d Line3D now allows {set,get}_data_3d
2+
-------------------------------------------
3+
4+
Lines created with the 3d projection in mplot3d can now access the data using
5+
``mplot3d.art3d.Line3D.get_data_3d()`` which returns a tuple of array_likes containing
6+
the (x, y, z) data. The equivalent ``mplot3d.art3d.Line3D.set_data_3d(x, y, z)``
7+
can be used to modify the data of an existing Line3D.

0 commit comments

Comments
 (0)
0