@@ -90,6 +90,8 @@ backend : %(backend)s
9090#lines.solid_capstyle : projecting # butt|round|projecting
9191#lines.antialiased : True # render lines in antialised (no jaggies)
9292
93+ #markers.fillstyle: full # full|left|right|bottom|top|none
94+
9395### PATCHES
9496# Patches are graphical objects that fill 2D space, like polygons or
9597# circles. See
@@ -256,10 +258,10 @@ backend : %(backend)s
256258 # separator in the fr_FR locale.
257259#axes.formatter.use_mathtext : False # When True, use mathtext for scientific
258260 # 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
261+ #axes.formatter.useoffset : True # If True, the tick label formatter
262+ # will default to labeling ticks relative
263+ # to an offset when the data range is very
264+ # small compared to the minimum absolute
263265 # value of the data.
264266
265267#axes.unicode_minus : True # use unicode for the minus symbol
@@ -410,7 +412,7 @@ backend : %(backend)s
410412#savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
411413#savefig.directory : ~ # default directory in savefig dialog box,
412414 # leave empty to always use current working directory
413- #savefig.transparent : False # setting that controls whether figures are saved with a
415+ #savefig.transparent : False # setting that controls whether figures are saved with a
414416 # transparent background by default
415417
416418# tk backend params
@@ -500,5 +502,5 @@ backend : %(backend)s
500502 # $PATH is searched
501503#animation.mencoder_args: '' # Additional arguments to pass to mencoder
502504#animation.convert_path: 'convert' # Path to ImageMagick's convert binary.
503- # On Windows use the full path since convert
505+ # On Windows use the full path since convert
504506 # is also the name of a system tool.
0 commit comments