Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ef0925

Browse files
authored
Merge pull request #24738 from meeseeksmachine/auto-backport-of-pr-24735-on-v3.6.x
Backport PR #24735 on branch v3.6.x (Correct note about aspect)
2 parents c881375 + 3c3a8f5 commit 5ef0925

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
@@ -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)