Skip to content

Commit 0b58a03

Browse files
Undeprecate proj3d.view_transformation
1 parent c2c59e9 commit 0b58a03

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
``plot3d.view_transformation``
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
... is deprecated. The private functions `plot3d._view_transformation_uvw` and
4-
`plot3d._view_axes` can be used instead, though with no guarantee of API
5-
stability.
1+
In ``axes3d``, the variables `vvec`, `eye`, `sx`, and `sy`
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
... are deprecated without replacement.

lib/mpl_toolkits/mplot3d/proj3d.py

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def _view_transformation_uvw(u, v, w, E):
135135
return M
136136

137137

138-
@_api.deprecated("3.7")
139138
def view_transformation(E, R, V, roll):
140139
"""
141140
Return the view transformation matrix.

0 commit comments

Comments
 (0)