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

Skip to content

Commit fac72d8

Browse files
committed
updated Axes.vlines and Axes.hline docstring inline with changes
1 parent 7099be3 commit fac72d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ def hlines(self, y, xmin, xmax, colors=rcParams['lines.color'] or 'k',
10901090
Respective beginning and end of each line. If scalars are
10911091
provided, all lines will have same length.
10921092
1093-
colors : array-like of colors, default: 'k'
1093+
colors : array-like of colors, default: rcParams['lines.color'] or 'k'
10941094
10951095
linestyles : {'solid', 'dashed', 'dashdot', 'dotted'}, optional
10961096
@@ -1168,7 +1168,7 @@ def vlines(self, x, ymin, ymax, colors=rcParams['lines.color'] or 'k',
11681168
Respective beginning and end of each line. If scalars are
11691169
provided, all lines will have same length.
11701170
1171-
colors : array-like of colors, default: 'k'
1171+
colors : array-like of colors, default: rcParams['lines.color'] or 'k'
11721172
11731173
linestyles : {'solid', 'dashed', 'dashdot', 'dotted'}, optional
11741174

0 commit comments

Comments
 (0)