Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ee8353

Browse files
committed
Update legend loc default value in docstring
1 parent fae6a33 commit 3ee8353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
111111

112112

113113
_legend_kw_doc = '''
114-
loc : int or string or pair of floats, default: 'upper right'
114+
loc : int or string or pair of floats, default: :rc:`legend.loc`
115115
The location of the legend. Possible codes are:
116116
117117
=============== =============

0 commit comments

Comments
 (0)