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):
31573157 b : bool or 'line'
31583158 Possible values:
31593159
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.
31613162 - 'line' (zorder = 1.5): Ticks and gridlines are above patches
31623163 (e.g. rectangles, with default zorder = 1) but still below lines
31633164 and markers (with their default zorder = 2).
31643165 - *False* (zorder = 2.5): Ticks and gridlines are above patches
31653166 and lines / markers.
31663167
3168+ Notes
3169+ -----
3170+ For more control, call the `~.Artist.set_zorder` method of each axis.
3171+
31673172 See Also
31683173 --------
31693174 get_axisbelow
You can’t perform that action at this time.
0 commit comments