File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ def validate_hist_bins(s):
1028
1028
'date.autoformatter.second' : ['%H:%M:%S.%f' , six .text_type ],
1029
1029
1030
1030
#legend properties
1031
- 'legend.fancybox' : [False , validate_bool ],
1031
+ 'legend.fancybox' : [True , validate_bool ],
1032
1032
1033
1033
# at some point, legend.loc should be changed to 'best'
1034
1034
'legend.loc' : ['best' , validate_legend_loc ],
Original file line number Diff line number Diff line change @@ -382,8 +382,8 @@ backend : %(backend)s
382
382
#grid.alpha : 1.0 # transparency, between 0.0 and 1.0
383
383
384
384
### 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
387
387
#legend.loc : best
388
388
#legend.isaxes : True
389
389
#legend.numpoints : 1 # the number of points in the legend line
You can’t perform that action at this time.
0 commit comments