File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,12 +106,13 @@ def __init__(
106106 If None, defaults to 4:4:3
107107 computed_zorder : bool, default: True
108108 If True, the draw order is computed based on the average position
109- of the `.Artist`\\ s along the view direction.
109+ along the view direction for supported artist types (currently
110+ Collections and Patches only).
110111 Set to False if you want to manually control the order in which
111112 Artists are drawn on top of each other using their *zorder*
112113 attribute. This can be used for fine-tuning if the automatic order
113114 does not produce the desired result. Note however, that a manual
114- zorder will only be correct for a limited view angle. If the figure
115+ order will only be correct for a limited view angle. If the figure
115116 is rotated by the user, it will look wrong from certain angles.
116117
117118 **kwargs
You can’t perform that action at this time.
0 commit comments