File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3157,13 +3157,18 @@ def set_axisbelow(self, b):
3157
3157
b : bool or 'line'
3158
3158
Possible values:
3159
3159
3160
- - *True* (zorder = 0.5): Ticks and gridlines are below all Artists.
3160
+ - *True* (zorder = 0.5): Ticks and gridlines are below patches and
3161
+ lines, though still above images.
3161
3162
- 'line' (zorder = 1.5): Ticks and gridlines are above patches
3162
3163
(e.g. rectangles, with default zorder = 1) but still below lines
3163
3164
and markers (with their default zorder = 2).
3164
3165
- *False* (zorder = 2.5): Ticks and gridlines are above patches
3165
3166
and lines / markers.
3166
3167
3168
+ Notes
3169
+ -----
3170
+ For more control, call the `~.Artist.set_zorder` method of each axis.
3171
+
3167
3172
See Also
3168
3173
--------
3169
3174
get_axisbelow
You can’t perform that action at this time.
0 commit comments