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

Skip to content

Commit 4911e3f

Browse files
authored
Merge pull request #8822 from pierre-haessig/axlines-doc
fix vlines spelling in docstring
2 parents bbb70ca + 2b6a2a4 commit 4911e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
705705
706706
See also
707707
--------
708-
hline : add horizontal lines in data coordinates
708+
hlines : add horizontal lines in data coordinates
709709
axhspan : add a horizontal span (rectangle) across the axis
710710
"""
711711

@@ -772,7 +772,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
772772
773773
See also
774774
--------
775-
vline : add vertical lines in data coordinates
775+
vlines : add vertical lines in data coordinates
776776
axvspan : add a vertical span (rectangle) across the axis
777777
"""
778778

0 commit comments

Comments
 (0)