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