Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e1be76

Browse files
authored
doc: unify vlines and hlines
1 parent 8413b23 commit 7e1be76

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)