Skip to content

Commit 243846f

Browse files
authored
Merge pull request #11535 from matplotlib/auto-backport-of-pr-11517-on-v2.2.x
Backport PR #11517 on branch v2.2.x
2 parents 062db6d + b283876 commit 243846f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
110110

111111

112112
_legend_kw_doc = '''
113-
loc : int or string or pair of floats, default: 'upper right'
113+
loc : int or string or pair of floats, default: :rc:`legend.loc` ('best' for \
114+
axes, 'upper right' for figures)
114115
The location of the legend. Possible codes are:
115116
116117
=============== =============

0 commit comments

Comments
 (0)