Skip to content

Commit 3c3a8f5

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #24735: Correct note about aspect
1 parent c881375 commit 3c3a8f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

+2-3
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)