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

Skip to content

Commit 24bc5f0

Browse files
committed
FIX See also in axes docstrings wasn't formatted properly
closes #2224
1 parent 037f25c commit 24bc5f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
641641
642642
See also
643643
--------
644-
`axhspan` for example plot and source code
644+
axhspan : for example plot and source code
645645
"""
646646

647647
if "transform" in kwargs:
@@ -708,8 +708,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
708708
709709
See also
710710
--------
711-
712-
`axhspan` for example plot and source code
711+
axhspan : for example plot and source code
713712
"""
714713

715714
if "transform" in kwargs:

0 commit comments

Comments
 (0)