8000 Merge pull request #22045 from scottshambaugh/Axes3D_box_aspect_docst… · matplotlib/matplotlib@7457cb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7457cb7

Browse files
authored
Merge pull request #22045 from scottshambaugh/Axes3D_box_aspect_docstring
Fill in missing Axes3D box_aspect argument docstring
2 parents 4497aa7 + dce3335 commit 7457cb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ def __init__(
8282
Other axes to share z-limits with.
8383
proj_type : {'persp', 'ortho'}
8484
The projection type, default 'persp'.
85< 59DD span class="diff-text-marker">+
box_aspect : 3-tuple of floats, default: None
86+
Changes the physical dimensions of the Axes3D, such that the ratio
87+
of the axis lengths in display units is x:y:z.
88+
If None, defaults to 4:4:3
8589
computed_zorder : bool, default: True
8690
If True, the draw order is computed based on the average position
8791
of the `.Artist`\\s along the view direction.

0 commit comments

Comments
 (0)
0