@@ -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 # this option is internally ignored
310+ #legend.isaxes : True
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,10 +323,6 @@ backend : %(backend)s
323323#legend.frameon : True # whether or not to draw a frame around legend
324324#legend.framealpha : None # 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-
330326
331327### FIGURE
332328# See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
@@ -411,7 +407,7 @@ backend : %(backend)s
411407#savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
412408#savefig.directory : ~ # default directory in savefig dialog box,
413409 # leave empty to always use current working directory
414- #savefig.transparent : False # setting that controls whether figures are saved with a
410+ #savefig.transparent : False # setting that controls whether figures are saved with a
415411 # transparent background by default
416412
417413# tk backend params
@@ -501,5 +497,5 @@ backend : %(backend)s
501497 # $PATH is searched
502498#animation.mencoder_args: '' # Additional arguments to pass to mencoder
503499#animation.convert_path: 'convert' # Path to ImageMagick's convert binary.
504- # On Windows use the full path since convert
500+ # On Windows use the full path since convert
505501 # is also the name of a system tool.
0 commit comments