@@ -388,33 +388,32 @@ backend : $TEMPLATE_BACKEND
388
388
389
389
390
390
### GRIDS
391
- #grid.color : b0b0b0 # grid color
391
+ #grid.color : b0b0b0 # grid color
392
392
#grid.linestyle : - # solid
393
393
#grid.linewidth : 1.0 # in points
394
394
#grid.alpha : 1.0 # transparency, between 0.0 and 1.0
395
395
396
396
### Legend
397
- #legend.fancybox : True # if True, use a rounded box for the
398
- # legend, else a rectangle
399
397
#legend.loc : best
400
- #legend.isaxes : True
401
- #legend.numpoints : 1 # the number of points in the legend line
402
- #legend.fontsize : large
403
- #legend.borderpad : 0.5 # border whitespace in fontsize units
404
- #legend.markerscale : 1.0 # the relative size of legend markers vs. original
405
- # the following dimensions are in axes coords
406
- #legend.labelspacing : 0.5 # the vertical space between the legend entries in fraction of fontsize
407
- #legend.handlelength : 2. # the length of the legend lines in fraction of fontsize
408
- #legend.handleheight : 0.7 # the height of the legend handle in fraction of fontsize
409
- #legend.handletextpad : 0.8 # the space between the legend line and legend text in fraction of fontsize
410
- #legend.borderaxespad : 0.5 # the border between the axes and legend edge in fraction of fontsize
411
- #legend.columnspacing : 2. # the border between the axes and legend edge in fraction of fontsize
412
- #legend.shadow : False
413
- #legend.frameon : True # whether or not to draw a frame around legend
414
- #legend.framealpha : None # opacity of of legend frame
415
- #legend.scatterpoints : 3 # number of scatter points
416
- #legend.facecolor : inherit
398
+ #legend.frameon : False # whether or not to draw a frame around legend
399
+ #legend.framealpha : None # legend frame transparency
400
+ #legend.facecolor : inherit # inherit from axes.facecolor; or color spec
417
401
#legend.edgecolor : k
402
+ #legend.fancybox : True # if True, use a rounded box for the
403
+ # legend, else a rectangle
404
+ #legend.shadow : False
405
+ #legend.numpoints : 1 # the number of marker points in the legend line
406
+ #legend.scatterpoints : 3 # number of scatter points
407
+ #legend.markerscale : 1.0 # the relative size of legend markers vs. original
408
+ #legend.fontsize : small
409
+ # Dimensions as fraction of fontsize:
410
+ #legend.borderpad : 0.4 # border whitespace
411
+ #legend.labelspacing : 0.5 # the vertical space between the legend entries
412
+ #legend.handlelength : 2.0 # the length of the legend lines
413
+ #legend.handleheight : 0.7 # the height of the legend handle
414
+ #legend.handletextpad : 0.8 # the space between the legend line and legend text
415
+ #legend.borderaxespad : 0.5 # the border between the axes and legend edge
416
+ #legend.columnspacing : 2.0 # column separation
418
417
419
418
### FIGURE
420
419
# See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
0 commit comments