@@ -68,13 +68,13 @@ def __init__(
6868 The projection type, default 'persp'.
6969 computed_zorder : bool, default: True
7070 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.
7878 auto_add_to_figure : bool, default: True
7979 Prior to Matplotlib 3.4 Axes3D would add themselves
8080 to their host Figure on init. Other Axes class do not
0 commit comments