@@ -1047,9 +1047,9 @@ def hlines(self, y, xmin, xmax, colors=None, linestyles='solid',
10471047 Respective beginning and end of each line. If scalars are
10481048 provided, all lines will have the same length.
10491049
1050- colors : list of colors, default: :rc:`lines.color`
1050+ colors : color or list of colors, default: :rc:`lines.color`
10511051
1052- linestyles : {'solid', 'dashed', 'dashdot', 'dotted'}, optional
1052+ linestyles : {'solid', 'dashed', 'dashdot', 'dotted'}, default: 'solid'
10531053
10541054 label : str, default: ''
10551055
@@ -1127,9 +1127,9 @@ def vlines(self, x, ymin, ymax, colors=None, linestyles='solid',
11271127 Respective beginning and end of each line. If scalars are
11281128 provided, all lines will have the same length.
11291129
1130- colors : list of colors, default: :rc:`lines.color`
1130+ colors : color or list of colors, default: :rc:`lines.color`
11311131
1132- linestyles : {'solid', 'dashed', 'dashdot', 'dotted'}, optional
1132+ linestyles : {'solid', 'dashed', 'dashdot', 'dotted'}, default: 'solid'
11331133
11341134 label : str, default: ''
11351135
@@ -3072,7 +3072,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
30723072 labels : list, default: None
30733073 A sequence of strings providing the labels for each wedge
30743074
3075- colors : array-like, default: None
3075+ colors : color or array-like of color , default: None
30763076 A sequence of colors through which the pie chart will cycle. If
30773077 *None*, will use the colors in the currently active cycle.
30783078
0 commit comments