Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f968f14

Browse filesBrowse 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
Copy full SHA for f968f14

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.