Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a045f36

Browse filesBrowse files
Undeprecate proj3d.view_transformation
1 parent c2c59e9 commit a045f36
Copy full SHA for a045f36

File tree

Expand file treeCollapse file tree

2 files changed

+3
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

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

‎lib/mpl_toolkits/mplot3d/proj3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/proj3d.py
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.