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

Skip to content

Commit f968f14

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)