Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 988fc72

Browse files
authored
Merge pull request #19718 from anntzer/mrcs
Small style fixes to matplotlibrc.template.
2 parents 4afe03b + 3e9c17d commit 988fc72

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

matplotlibrc.template

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130

131131
#markers.fillstyle: full # {full, left, right, bottom, top, none}
132132

133-
#pcolor.shading : flat
134-
#pcolormesh.snap : True # Whether to snap the mesh to pixel boundaries. This
135-
# is provided solely to allow old test images to remain
136-
# unchanged. Set to False to obtain the previous behavior.
133+
#pcolor.shading: flat
134+
#pcolormesh.snap: True # Whether to snap the mesh to pixel boundaries. This is
135+
# provided solely to allow old test images to remain
136+
# unchanged. Set to False to obtain the previous behavior.
137137

138138
## ***************************************************************************
139139
## * PATCHES *
@@ -321,10 +321,10 @@
321321
#text.hinting_factor: 8 # Specifies the amount of softness for hinting in the
322322
# horizontal direction. A value of 1 will hint to full
323323
# pixels. A value of 2 will hint to half pixels etc.
324-
#text.kerning_factor : 0 # Specifies the scaling factor for kerning values. This
325-
# is provided solely to allow old test images to remain
326-
# unchanged. Set to 6 to obtain previous behavior. Values
327-
# other than 0 or 6 have no defined meaning.
324+
#text.kerning_factor: 0 # Specifies the scaling factor for kerning values. This
325+
# is provided solely to allow old test images to remain
326+
# unchanged. Set to 6 to obtain previous behavior.
327+
# Values other than 0 or 6 have no defined meaning.
328328
#text.antialiased: True # If True (default), the text will be antialiased.
329329
# This only affects the Agg backend.
330330

@@ -584,12 +584,12 @@
584584
## ***************************************************************************
585585
## * IMAGES *
586586
## ***************************************************************************
587-
#image.aspect: equal # {equal, auto} or a number
588-
#image.interpolation: antialiased # see help(imshow) for options
589-
#image.cmap: viridis # A colormap name, gray etc...
590-
#image.lut: 256 # the size of the colormap lookup table
591-
#image.origin: upper # {lower, upper}
592-
#image.resample: True
587+
#image.aspect: equal # {equal, auto} or a number
588+
#image.interpolation: antialiased # see help(imshow) for options
589+
#image.cmap: viridis # A colormap name, gray etc...
590+
#image.lut: 256 # the size of the colormap lookup table
591+
#image.origin: upper # {lower, upper}
592+
#image.resample: True
593593
#image.composite_image: True # When True, all the images on a set of axes are
594594
# combined into a single composite image before
595595
# saving a figure as a vector graphics file,
@@ -700,7 +700,7 @@
700700
#pdf.compression: 6 # integer from 0 to 9
701701
# 0 disables compression (good for debugging)
702702
#pdf.fonttype: 3 # Output Type 3 (Type3) or Type 42 (TrueType)
703-
#pdf.use14corefonts : False
703+
#pdf.use14corefonts: False
704704
#pdf.inheritcolor: False
705705

706706
### SVG backend params
@@ -743,7 +743,7 @@
743743
#keymap.grid_minor: G # switching on/off minor grids in current axes
744744
#keymap.yscale: l # toggle scaling of y-axes ('log'/'linear')
745745
#keymap.xscale: k, L # toggle scaling of x-axes ('log'/'linear')
746-
#keymap.copy: ctrl+c, cmd+c # Copy figure to clipboard
746+
#keymap.copy: ctrl+c, cmd+c # copy figure to clipboard
747747

748748

749749
## ***************************************************************************

0 commit comments

Comments
 (0)