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 7e1be76

Browse filesBrowse files
authored
doc: unify vlines and hlines
1 parent 8413b23 commit 7e1be76
Copy full SHA for 7e1be76

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.