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

Skip to content

Commit 9466260

Browse files
committed
Merge pull request #2966 from mspacek/patch-1
axvline doc typo fix
2 parents 47d8420 + 2626b8f commit 9466260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
734734
Parameters
735735
----------
736736
x : scalar, optional, default: 0
737-
y position in data coordinates of the vertical line.
737+
x position in data coordinates of the vertical line.
738738
739739
ymin : scalar, optional, default: 0
740740
Should be between 0 and 1, 0 being the far left of the plot, 1 the

0 commit comments

Comments
 (0)