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 @@ -1020,7 +1020,7 @@ def validate_hist_bins(s):
1020
1020
'legend.fancybox' : [False , validate_bool ],
1021
1021
1022
1022
# at some point, legend.loc should be changed to 'best'
1023
- 'legend.loc' : ['upper right ' , validate_legend_loc ],
1023
+ 'legend.loc' : ['best ' , validate_legend_loc ],
1024
1024
1025
1025
# this option is internally ignored - it never served any useful purpose
1026
1026
'legend.isaxes' : [True , validate_bool ],
Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ backend : %(backend)s
366
366
### Legend
367
367
#legend.fancybox : False # if True, use a rounded box for the
368
368
# legend, else a rectangle
369
+ #legend.loc : best
369
370
#legend.isaxes : True
370
371
#legend.numpoints : 1 # the number of points in the legend line
371
372
#legend.fontsize : large
You can’t perform that action at this time.
0 commit comments