diff --git a/lib/matplotlib/legend.py b/lib/matplotlib/legend.py index fd91a82da390..ca0bf1f238ca 100644 --- a/lib/matplotlib/legend.py +++ b/lib/matplotlib/legend.py @@ -110,7 +110,8 @@ def _update_bbox_to_anchor(self, loc_in_canvas): _legend_kw_doc = ''' -loc : int or string or pair of floats, default: 'upper right' +loc : int or string or pair of floats, default: :rc:`legend.loc` ('best' for \ +axes, 'upper right' for figures) The location of the legend. Possible codes are: =============== =============