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 80705e2

Browse filesBrowse files
authored
Merge pull request #24735 from oscargus/3daspect
Correct note about aspect
2 parents 011a3f7 + 537f5d3 commit 80705e2
Copy full SHA for 80705e2

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
@@ -390,9 +390,8 @@ def set_box_aspect(self, aspect, *, zoom=1):
390390
391391
The box aspect is the ratio of height to width in display
392392
units for each face of the box when viewed perpendicular to
393-
that face. This is not to be confused with the data aspect
394-
(which for Axes3D is always 'auto'). The default ratios are
395-
4:4:3 (x:y:z).
393+
that face. This is not to be confused with the data aspect (see
394+
`~.Axes3D.set_aspect`). The default ratios are 4:4:3 (x:y:z).
396395
397396
To simulate having equal aspect in data space, set the box
398397
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.