Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47874b4

Browse files
DOC: Clarify computed_zorder applies to Collections and Patches only (#31193)
* DOC: Clarify computed_zorder applies to Collections and Patches only * Fix indentation in computed_zorder docstring
1 parent cd5a116 commit 47874b4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)