@@ -256,10 +256,10 @@ backend : %(backend)s
256
256
# separator in the fr_FR locale.
257
257
#axes.formatter.use_mathtext : False # When True, use mathtext for scientific
258
258
# 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
263
263
# value of the data.
264
264
265
265
#axes.unicode_minus : True # use unicode for the minus symbol
@@ -307,7 +307,7 @@ backend : %(backend)s
307
307
### Legend
308
308
#legend.fancybox : False # if True, use a rounded box for the
309
309
# legend, else a rectangle
310
- #legend.isaxes : True # this option is internally ignored
310
+ #legend.isaxes : True
311
311
#legend.numpoints : 2 # the number of points in the legend line
312
312
#legend.fontsize : large
313
313
#legend.borderpad : 0.5 # border whitespace in fontsize units
@@ -323,10 +323,6 @@ backend : %(backend)s
323
323
#legend.frameon : True # whether or not to draw a frame around legend
324
324
#legend.framealpha : None # opacity of of legend frame
325
325
#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
-
330
326
331
327
### FIGURE
332
328
# See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
@@ -411,7 +407,7 @@ backend : %(backend)s
411
407
#savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
412
408
#savefig.directory : ~ # default directory in savefig dialog box,
413
409
# 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
415
411
# transparent background by default
416
412
417
413
# tk backend params
@@ -501,5 +497,5 @@ backend : %(backend)s
501
497
# $PATH is searched
502
498
#animation.mencoder_args: '' # Additional arguments to pass to mencoder
503
499
#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
505
501
# is also the name of a system tool.
0 commit comments