8000 Fill in missing Axes3D box_aspect argument docstring · AdeelH/matplotlib@dce3335 · GitHub
[go: up one dir, main page]

Skip to content

Commit dce3335

Browse files
Fill in missing Axes3D box_aspect argument docstring
1 parent 62a299f commit dce3335

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+
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