@@ -355,7 +355,7 @@ def legend(self, *args, **kwargs):
355
355
``bbox_to_anchor`` will be ignored).
356
356
357
357
bbox_to_anchor : :class:`matplotlib.transforms.BboxBase` instance \
358
- or tuple of floats
358
+ or tuple of floats
359
359
Specify any arbitrary location for the legend in `bbox_transform`
360
360
coordinates (default Axes coordinates).
361
361
@@ -371,8 +371,8 @@ def legend(self, *args, **kwargs):
371
371
The font properties of the legend. If None (default), the current
372
372
:data:`matplotlib.rcParams` will be used.
373
373
374
- fontsize : int or float or {'xx-small', 'x-small', 'small', 'medium',\
375
- 'large', 'x-large', 'xx-large'}
374
+ fontsize : int or float or {'xx-small', 'x-small', 'small', 'medium', \
375
+ 'large', 'x-large', 'xx-large'}
376
376
Controls the font size of the legend. If the value is numeric the
377
377
size will be the absolute font size in points. String values are
378
378
relative to the current default font size. This argument is only
@@ -402,7 +402,7 @@ def legend(self, *args, **kwargs):
402
402
drawn ones. Default is ``None`` which will take the value from
403
403
the ``legend.markerscale`` :data:`rcParam <matplotlib.rcParams>`.
404
404
405
- * markerfirst*: [ *True* | *False* ]
405
+ markerfirst : bool
406
406
if *True*, legend marker is placed to the left of the legend label
407
407
if *False*, legend marker is placed to the right of the legend
408
408
label
0 commit comments