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

Skip to content

Commit 422f987

Browse files
committed
DOC nitpicks
1 parent 51f8468 commit 422f987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,12 +2632,12 @@ def set_axisbelow(self, b):
26322632
"""
26332633
Set the zorder for the axes ticks and gridlines.
26342634
2635-
``True`` corresponds to a zorder of 0.5, ``False`` to a zorder of 2.5,
2636-
and ``"line"`` to a zorder of 1.5.
2637-
26382635
Parameters
26392636
----------
26402637
b : bool or 'line'
2638+
``True`` corresponds to a zorder of 0.5, ``False`` to a zorder of
2639+
2.5, and ``"line"`` to a zorder of 1.5.
2640+
26412641
"""
26422642
self._axisbelow = axisbelow = validate_axisbelow(b)
26432643
if axisbelow is True:

0 commit comments

Comments
 (0)