@@ -68,13 +68,13 @@ def __init__(
68
68
The projection type, default 'persp'.
69
69
computed_zorder : bool, default: True
70
70
If True, the draw order is computed based on the average position
71
- of the `.Artist`\ s along the view direction.
72
- Set to False if you want to manually control the order in which Artists
73
- are drawn on top of each other using their *zorder* attribute. This
74
- can be used for fine-tuning if the automatic order does not produce
75
- the desired result. Note however, that a manual zorder will only be
76
- correct for a limited view angle. If the figure is rotated by the user,
77
- it will look wrong from certain angles.
71
+ of the `.Artist`s along the view direction.
72
+ Set to False if you want to manually control the order in which
73
+ Artists are drawn on top of each other using their *zorder*
74
+ attribute. This can be used for fine-tuning if the automatic order
75
+ does not produce the desired result. Note however, that a manual
76
+ zorder will only be correct for a limited view angle. If the figure
77
+ is rotated by the user, it will look wrong from certain angles.
78
78
auto_add_to_figure : bool, default: True
79
79
Prior to Matplotlib 3.4 Axes3D would add themselves
80
80
to their host Figure on init. Other Axes class do not
0 commit comments