@@ -256,10 +256,10 @@ backend : %(backend)s
256256 # separator in the fr_FR locale.
257257#axes.formatter.use_mathtext : False # When True, use mathtext for scientific
258258 # notation.
259- #axes.formatter.useoffset : True # If True, the tick label formatter
260- # will default to labeling ticks relative
261- # to an offset when the data range is very
262- # small compared to the minimum absolute
259+ #axes.formatter.useoffset : True # If True, the tick label formatter
260+ # will default to labeling ticks relative
261+ # to an offset when the data range is very
262+ # small compared to the minimum absolute
263263 # value of the data.
264264
265265#axes.unicode_minus : True # use unicode for the minus symbol
@@ -307,7 +307,7 @@ backend : %(backend)s
307307### Legend
308308#legend.fancybox : False # if True, use a rounded box for the
309309 # legend, else a rectangle
310- #legend.isaxes : True
310+ #legend.isaxes : True # this option is internally ignored
311311#legend.numpoints : 2 # the number of points in the legend line
312312#legend.fontsize : large
313313#legend.borderpad : 0.5 # border whitespace in fontsize units
@@ -323,6 +323,10 @@ backend : %(backend)s
323323#legend.frameon : True # whether or not to draw a frame around legend
324324#legend.framealpha : 1.0 # opacity of of legend frame
325325#legend.scatterpoints : 3 # number of scatter points
326+ #legend.facecolor : None # legend background color (when None inherits from axes.facecolor)
327+ #legend.edgecolor : None # legend edge color (when None inherits from axes.facecolor)
328+
329+
326330
327331### FIGURE
328332# See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
@@ -402,7 +406,7 @@ backend : %(backend)s
402406#savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
403407#savefig.directory : ~ # default directory in savefig dialog box,
404408 # leave empty to always use current working directory
405- #savefig.transparent : False # setting that controls whether figures are saved with a
409+ #savefig.transparent : False # setting that controls whether figures are saved with a
406410 # transparent background by default
407411
408412# tk backend params
@@ -492,5 +496,5 @@ backend : %(backend)s
492496 # $PATH is searched
493497#animation.mencoder_args: '' # Additional arguments to pass to mencoder
494498#animation.convert_path: 'convert' # Path to ImageMagick's convert binary.
495- # On Windows use the full path since convert
499+ # On Windows use the full path since convert
496500 # is also the name of a system tool.
0 commit comments