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 0b58a03

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

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-6
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
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.