10000 Merge pull request #4357 from ndevenish/master · matplotlib/matplotlib@8f9bc7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f9bc7b

Browse files
committed
Merge pull request #4357 from ndevenish/master
Change documentation of legend to reflect default upper-right
2 parents 2b9c228 + 640a67e commit 8f9bc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def legend(self, *args, **kwargs):
288288
289289
Parameters
290290
----------
291-
loc : int or string or pair of floats, default: 0
291+
loc : int or string or pair of floats, default: 'upper right'
292292
The location of the legend. Possible codes are:
293293
294294
=============== =============

0 commit comments

Comments
 (0)
0