Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 062db6d + b283876 commit 243846fCopy full SHA for 243846f
1 file changed
lib/matplotlib/legend.py
@@ -110,7 +110,8 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
110
111
112
_legend_kw_doc = '''
113
-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 \
114
+axes, 'upper right' for figures)
115
The location of the legend. Possible codes are:
116
117
=============== =============
0 commit comments