We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1403335 commit b8cfebbCopy full SHA for b8cfebb
lib/matplotlib/legend.py
@@ -179,7 +179,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
179
textcolor : str or list
180
Sets the color of the text in the legend. Can be a valid color string
181
(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',
+ also be made to match the color of the line or marker using 'linecolor',
183
'markerfacecolor' (or 'mfc'), or 'markeredgecolor' (or 'mec').
184
185
numpoints : int, default: :rc:`legend.numpoints`
0 commit comments