Skip to content

Commit f968f14

Browse files
committed
Merge pull request matplotlib#2676 from magnunor/fix_typo_vlines_doc
Fix typo in _axes.vlines doc-string
1 parent a78ed14 commit f968f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3754,7 +3754,7 @@ def vlines(self, x, ymin, ymax, colors='k', linestyles='solid',
37543754
x : scalar or 1D array_like
37553755
x-indexes where to plot the lines.
37563756
3757-
xmin, xmax : scalar or 1D array_like
3757+
ymin, ymax : scalar or 1D array_like
37583758
Respective beginning and end of each line. If scalars are
37593759
provided, all lines will have same length.
37603760

0 commit comments

Comments
 (0)