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