We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4497aa7 + dce3335 commit 7457cb7Copy full SHA for 7457cb7
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -82,6 +82,10 @@ def __init__(
82
Other axes to share z-limits with.
83
proj_type : {'persp', 'ortho'}
84
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
89
computed_zorder : bool, default: True
90
If True, the draw order is computed based on the average position
91
of the `.Artist`\\s along the view direction.
0 commit comments