Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f8468 commit 422f987Copy full SHA for 422f987
lib/matplotlib/axes/_base.py
@@ -2632,12 +2632,12 @@ def set_axisbelow(self, b):
2632
"""
2633
Set the zorder for the axes ticks and gridlines.
2634
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
-
2638
Parameters
2639
----------
2640
b : bool or 'line'
+ ``True`` corresponds to a zorder of 0.5, ``False`` to a zorder of
+ 2.5, and ``"line"`` to a zorder of 1.5.
+
2641
2642
self._axisbelow = axisbelow = validate_axisbelow(b)
2643
if axisbelow is True:
0 commit comments