@@ -255,10 +255,10 @@ backend : %(backend)s
255
255
# separator in the fr_FR locale.
256
256
#axes.formatter.use_mathtext : False # When True, use mathtext for scientific
257
257
# notation.
258
- #axes.formatter.useoffset : True # If True, the tick label formatter
259
- # will default to labeling ticks relative
260
- # to an offset when the data range is very
261
- # small compared to the minimum absolute
258
+ #axes.formatter.useoffset : True # If True, the tick label formatter
259
+ # will default to labeling ticks relative
260
+ # to an offset when the data range is very
261
+ # small compared to the minimum absolute
262
262
# value of the data.
263
263
264
264
#axes.unicode_minus : True # use unicode for the minus symbol
@@ -320,7 +320,7 @@ backend : %(backend)s
320
320
#legend.columnspacing : 2. # the border between the axes and legend edge in fraction of fontsize
321
321
#legend.shadow : False
322
322
#legend.frameon : True # whether or not to draw a frame around legend
323
- #legend.framealpha : 1.0 # opacity of of legend frame
323
+ #legend.framealpha : None # opacity of of legend frame
324
324
#legend.scatterpoints : 3 # number of scatter points
325
325
326
326
### FIGURE
@@ -399,7 +399,7 @@ backend : %(backend)s
399
399
#savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
400
400
#savefig.directory : ~ # default directory in savefig dialog box,
401
401
# leave empty to always use current working directory
402
- #savefig.transparent : False # setting that controls whether figures are saved with a
402
+ #savefig.transparent : False # setting that controls whether figures are saved with a
403
403
# transparent background by default
404
404
405
405
# tk backend params
@@ -489,5 +489,5 @@ backend : %(backend)s
489
489
# $PATH is searched
490
490
#animation.mencoder_args: '' # Additional arguments to pass to mencoder
491
491
#animation.convert_path: 'convert' # Path to ImageMagick's convert binary.
492
- # On Windows use the full path since convert
492
+ # On Windows use the full path since convert
493
493
# is also the name of a system tool.
0 commit comments