8000 Merge pull request #2676 from magnunor/fix_typo_vlines_doc · matplotlib/matplotlib@46a7a29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46a7a29

Browse files
committed
Merge pull request #2676 from magnunor/fix_typo_vlines_doc
Fix typo in _axes.vlines doc-string
2 parents 71c77f0 + f234476 commit 46a7a29

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
@@ -950,7 +950,7 @@ def vlines(self, x, ymin, ymax, colors='k', linestyles='solid',
950950
x : scalar or 1D array_like
951951
x-indexes where to plot the lines.
952952
953-
xmin, xmax : scalar or 1D array_like
953+
ymin, ymax : scalar or 1D array_like
954954
Respective beginning and end of each line. If scalars are
955955
provided, all lines will have same length.
956956

0 commit comments

Comments
 (0)
0