8000 State default rcParam values · matplotlib/matplotlib@40c9fdd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40c9fdd

Browse files
committed
State default rcParam values
1 parent 3ee8353 commit 40c9fdd

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
@@ -111,7 +111,8 @@ 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: :rc:`legend.loc`
114+
loc : int or string or pair of floats, default: :rc:`legend.loc` ('best' for \
115+
axes, 'upper right' for figures)
115116
The location of the legend. Possible codes are:
116117
117118
=============== =============

0 commit comments

Comments
 (0)
0