8000 Undeprecate proj3d.view_transformation · matplotlib/matplotlib@e759fba · GitHub
[go: up one dir, main page]

Skip to content

Commit e759fba

Browse files
Undeprecate proj3d.view_transformation
1 parent c2c59e9 commit e759fba

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed
Lines changed: 3 additions & 5 deletions
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+
``axes3d``
2+
~~~~~~~~~~
3+
The variables `vvec`, `eye`, `sx`, and `sy` are deprecated without replacement.

lib/mpl_toolkits/mplot3d/proj3d.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import numpy as np
66
import numpy.linalg as linalg
7-
from matplotlib import _api
87

98

109
def _line2d_seg_dist(p1, p2, p0):
@@ -135,7 +134,6 @@ def _view_transformation_uvw(u, v, w, E):
135134
return M
136135

137136

138-
@_api.deprecated("3.7")
139137
def view_transformation(E, R, V, roll):
140138
"""
141139
Return the view transformation matrix.

0 commit comments

Comments
 (0)
0