8000 Merge pull request #24735 from oscargus/3daspect · matplotlib/matplotlib@80705e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80705e2

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines 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