8000 Merge pull request #18347 from mdeff/patch-1 · matplotlib/matplotlib@682836c · GitHub
[go: up one dir, main page]

Skip to content

Commit 682836c

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines 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