File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ def validate_hist_bins(s):
10271027 'legend.fancybox' : [False , validate_bool ],
10281028
10291029 # 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 ],
10311031
10321032 # this option is internally ignored - it never served any useful purpose
10331033 'legend.isaxes' : [True , validate_bool ],
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ backend : $TEMPLATE_BACKEND
383383### Legend
384384#legend.fancybox : False # if True, use a rounded box for the
385385 # legend, else a rectangle
386+ #legend.loc : best
386387#legend.isaxes : True
387388#legend.numpoints : 1 # the number of points in the legend line
388389#legend.fontsize : large
You can’t perform that action at this time.
0 commit comments