@@ -123,27 +123,27 @@ units : True
123123#text.color : black
124124
125125### LaTeX customizations. See http://www.scipy.org/Wiki/Cookbook/Matplotlib/UsingTex
126- #text.usetex : False # use latex for all text handling. The following fonts
126+ #text.usetex : False # use latex for all text handling. The following fonts
127127 # are supported through the usual rc parameter settings:
128128 # new century schoolbook, bookman, times, palatino,
129- # zapf chancery, charter, serif, sans-serif, helvetica,
130- # avant garde, courier, monospace, computer modern roman,
129+ # zapf chancery, charter, serif, sans-serif, helvetica,
130+ # avant garde, courier, monospace, computer modern roman,
131131 # computer modern sans serif, computer modern typewriter
132132 # If another font is desired which can loaded using the
133- # LaTeX \usepackage command, please inquire at the
133+ # LaTeX \usepackage command, please inquire at the
134134 # matplotlib mailing list
135135#text.latex.unicode : False # use "ucs" and "inputenc" LaTeX packages for handling
136136 # unicode strings.
137137#text.latex.preamble : # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
138138 # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
139139 # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
140- # preamble is a comma separated list of LaTeX statements
141- # that are included in the LaTeX document preamble.
140+ # preamble is a comma separated list of LaTeX statements
141+ # that are included in the LaTeX document preamble.
142142 # An example:
143143 # text.latex.preamble : \usepackage{bm},\usepackage{euler}
144- # The following packages are always loaded with usetex, so
145- # beware of package collisions: color, geometry, graphicx,
146- # type1cm, textcomp. Adobe Postscript (PSSNFS) font packages
144+ # The following packages are always loaded with usetex, so
145+ # beware of package collisions: color, geometry, graphicx,
146+ # type1cm, textcomp. Adobe Postscript (PSSNFS) font packages
147147 # may also be loaded, depending on your font settings
148148#text.dvipnghack : False # some versions of dvipng don't handle
149149 # alpha channel properly. Use True to correct and flush
@@ -232,7 +232,7 @@ units : True
232232
233233
234234### CONTOUR PLOTS
235- #contour.negative_linestyle : 6.0, 6.0 # negative contour dashstyle (size in points)
235+ #contour.negative_linestyle : dashed # dashed | solid
236236
237237### SAVING FIGURES
238238# the default savefig params can be different for the GUI backends.
@@ -257,14 +257,14 @@ units : True
257257
258258# pdf backend params
259259#pdf.compression : 6 # integer from 0 to 9
260- # 0 disables compression (good for debugging)
260+ # 0 disables compression (good for debugging)
261261
262262# svg backend params
263263#svg.image_inline : True # write raster image data directly into the svg file
264264#svg.image_noscale : False # suppress scaling of raster data embedded in SVG
265265
266266# Set the verbose flags. This controls how much information
267- # matplotlib gives you at runtime and where it goes. Ther verbosity
267+ # matplotlib gives you at runtime and where it goes. The verbosity
268268# levels are: silent, helpful, debug, debug-annoying. Any level is
269269# inclusive of all the levels below it. If you setting is debug,
270270# you'll get all the debug and helpful messages. When submitting
0 commit comments