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 939c311 + 40c9fdd commit c928022Copy full SHA for c928022
1 file changed
lib/matplotlib/legend.py
@@ -111,7 +111,8 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
111
112
113
_legend_kw_doc = '''
114
-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 \
115
+axes, 'upper right' for figures)
116
The location of the legend. Possible codes are:
117
118
=============== =============
0 commit comments