Skip to content

Commit b8cfebb

Browse files
committed
legend textcolor: removed trailing whitespace
1 parent 1403335 commit b8cfebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
179179
textcolor : str or list
180180
Sets the color of the text in the legend. Can be a valid color string
181181
(for example, 'red'), or a list of color strings. The textcolor can
182-
also be made to match the color of the line or marker using 'linecolor',
182+
also be made to match the color of the line or marker using 'linecolor',
183183
'markerfacecolor' (or 'mfc'), or 'markeredgecolor' (or 'mec').
184184
185185
numpoints : int, default: :rc:`legend.numpoints`

0 commit comments

Comments
 (0)