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 682836c

Browse filesBrowse files
authored
Merge pull request #18347 from mdeff/patch-1
doc: unify vlines and hlines
2 parents 8413b23 + 7e1be76 commit 682836c
Copy full SHA for 682836c

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,6 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
12101210
def vlines(self, x, ymin, ymax, colors=None, linestyles='solid',
12111211
label='', **kwargs):
12121212
"""
1213-
Plot vertical lines.
1214-
12151213
Plot vertical lines at each *x* from *ymin* to *ymax*.
12161214
12171215
Parameters

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.