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 b904d6f

Browse filesBrowse files
authored
Remove 'elev', 'azim', 'dist' from get_proj() docstring
1 parent 5766a07 commit b904d6f
Copy full SHA for b904d6f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -946,11 +946,7 @@ def set_proj_type(self, proj_type):
946946
def get_proj(self):
947947
"""
948948
Create the projection matrix from the current viewing position.
949-
950-
'elev' stores the elevation angle in the z plane.
951-
'azim' stores the azimuth angle in the (x, y) plane.
952-
953-
'dist' is the distance of the eye viewing point from the object point.
949+
954950
"""
955951
# chosen for similarity with the initial view before gh-8896
956952
pb_aspect = np.array([4, 4, 3]) / 3.5

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.