Skip to content

Commit d0f5d85

Browse files
committed
MNT : update rcparams template to match new default
1 parent 09191a4 commit d0f5d85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

matplotlibrc.template

+7-7
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ backend : %(backend)s
255255
# separator in the fr_FR locale.
256256
#axes.formatter.use_mathtext : False # When True, use mathtext for scientific
257257
# 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
262262
# value of the data.
263263

264264
#axes.unicode_minus : True # use unicode for the minus symbol
@@ -320,7 +320,7 @@ backend : %(backend)s
320320
#legend.columnspacing : 2. # the border between the axes and legend edge in fraction of fontsize
321321
#legend.shadow : False
322322
#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
324324
#legend.scatterpoints : 3 # number of scatter points
325325

326326
### FIGURE
@@ -399,7 +399,7 @@ backend : %(backend)s
399399
#savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
400400
#savefig.directory : ~ # default directory in savefig dialog box,
401401
# 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
403403
# transparent background by default
404404

405405
# tk backend params
@@ -489,5 +489,5 @@ backend : %(backend)s
489489
# $PATH is searched
490490
#animation.mencoder_args: '' # Additional arguments to pass to mencoder
491491
#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
493493
# is also the name of a system tool.

0 commit comments

Comments
 (0)