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 f234476

Browse filesBrowse files
committed
Fix typo in _axes.vlines doc-string
1 parent 71c77f0 commit f234476
Copy full SHA for f234476

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/_axes.py

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