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 3c3a8f5

Browse filesBrowse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR matplotlib#24735: Correct note about aspect
1 parent c881375 commit 3c3a8f5
Copy full SHA for 3c3a8f5

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-3
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,8 @@ def set_box_aspect(self, aspect, *, zoom=1):
361361
362362
The box aspect is the ratio of height to width in display
363363
units for each face of the box when viewed perpendicular to
364-
that face. This is not to be confused with the data aspect
365-
(which for Axes3D is always 'auto'). The default ratios are
366-
4:4:3 (x:y:z).
364+
that face. This is not to be confused with the data aspect (see
365+
`~.Axes3D.set_aspect`). The default ratios are 4:4:3 (x:y:z).
367366
368367
To simulate having equal aspect in data space, set the box
369368
aspect to match your data range in each dimension.

0 commit comments

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