File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ def validate_hist_bins(s):
10281028 'date.autoformatter.second' : ['%H:%M:%S.%f' , six .text_type ],
10291029
10301030 #legend properties
1031- 'legend.fancybox' : [False , validate_bool ],
1031+ 'legend.fancybox' : [True , validate_bool ],
10321032
10331033 # at some point, legend.loc should be changed to 'best'
10341034 'legend.loc' : ['best' , validate_legend_loc ],
Original file line number Diff line number Diff line change @@ -382,8 +382,8 @@ backend : $TEMPLATE_BACKEND
382382#grid.alpha : 1.0 # transparency, between 0.0 and 1.0
383383
384384### Legend
385- #legend.fancybox : False # if True, use a rounded box for the
386- # legend, else a rectangle
385+ #legend.fancybox : True # if True, use a rounded box for the
386+ # legend, else a rectangle
387387#legend.loc : best
388388#legend.isaxes : True
389389#legend.numpoints : 1 # the number of points in the legend line
You can’t perform that action at this time.
0 commit comments