File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ def validate_hist_bins(s):
1027
1027
'legend.fancybox' : [False , validate_bool ],
1028
1028
1029
1029
# at some point, legend.loc should be changed to 'best'
1030
- 'legend.loc' : ['upper right ' , validate_legend_loc ],
1030
+ 'legend.loc' : ['best ' , validate_legend_loc ],
1031
1031
1032
1032
# this option is internally ignored - it never served any useful purpose
1033
1033
'legend.isaxes' : [True , validate_bool ],
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ backend : %(backend)s
383
383
### Legend
384
384
#legend.fancybox : False # if True, use a rounded box for the
385
385
# legend, else a rectangle
386
+ #legend.loc : best
386
387
#legend.isaxes : True
387
388
#legend.numpoints : 1 # the number of points in the legend line
388
389
#legend.fontsize : large
You can’t perform that action at this time.
0 commit comments