Skip to content

Commit 897a320

Browse files
remove string escapes from matplotlibrc.template
remove string escapes from matplotlibrc.template
1 parent 0e07bdd commit 897a320

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

matplotlibrc.template

+26-25
Original file line numberDiff line numberDiff line change
@@ -122,36 +122,36 @@ backend : $TEMPLATE_BACKEND
122122
#boxplot.showfliers : True
123123
#boxplot.meanline : False
124124

125-
#boxplot.flierprops.color : 'k'
126-
#boxplot.flierprops.marker : 'o'
127-
#boxplot.flierprops.markerfacecolor : 'none'
128-
#boxplot.flierprops.markeredgecolor : 'k'
125+
#boxplot.flierprops.color : k
126+
#boxplot.flierprops.marker : o
127+
#boxplot.flierprops.markerfacecolor : none
128+
#boxplot.flierprops.markeredgecolor : k
129129
#boxplot.flierprops.markersize : 6
130-
#boxplot.flierprops.linestyle : 'none'
130+
#boxplot.flierprops.linestyle : none
131131
#boxplot.flierprops.linewidth : 1.0
132132

133-
#boxplot.boxprops.color : 'k'
133+
#boxplot.boxprops.color : k
134134
#boxplot.boxprops.linewidth : 1.0
135-
#boxplot.boxprops.linestyle : '-'
135+
#boxplot.boxprops.linestyle : -
136136

137-
#boxplot.whiskerprops.color : 'k'
137+
#boxplot.whiskerprops.color : k
138138
#boxplot.whiskerprops.linewidth : 1.0
139-
#boxplot.whiskerprops.linestyle : '-'
139+
#boxplot.whiskerprops.linestyle : -
140140

141-
#boxplot.capprops.color : 'k'
141+
#boxplot.capprops.color : k
142142
#boxplot.capprops.linewidth : 1.0
143-
#boxplot.capprops.linestyle : '-'
143+
#boxplot.capprops.linestyle : -
144144

145-
#boxplot.medianprops.color : 'C1'
145+
#boxplot.medianprops.color : C1
146146
#boxplot.medianprops.linewidth : 1.0
147-
#boxplot.medianprops.linestyle : '-'
147+
#boxplot.medianprops.linestyle : -
148148

149-
#boxplot.meanprops.color : 'C2'
150-
#boxplot.meanprops.marker : '^'
151-
#boxplot.meanprops.markerfacecolor : 'C2'
152-
#boxplot.meanprops.markeredgecolor : 'C2'
149+
#boxplot.meanprops.color : C2
150+
#boxplot.meanprops.marker : ^
151+
#boxplot.meanprops.markerfacecolor : C2
152+
#boxplot.meanprops.markeredgecolor : C2
153153
#boxplot.meanprops.markersize : 6
154-
#boxplot.meanprops.linestyle : 'none'
154+
#boxplot.meanprops.linestyle : none
155155
#boxplot.meanprops.linewidth : 1.0
156156

157157
### FONT
@@ -291,7 +291,7 @@ backend : $TEMPLATE_BACKEND
291291
#axes.labelpad : 4.0 # space between label and axis
292292
#axes.labelweight : normal # weight of the x and y labels
293293
#axes.labelcolor : black
294-
#axes.axisbelow : 'line' # draw axis gridlines and ticks below
294+
#axes.axisbelow : line # draw axis gridlines and ticks below
295295
# patches (True); above patches but below
296296
# lines ('line'); or above all (False)
297297

@@ -538,14 +538,14 @@ backend : $TEMPLATE_BACKEND
538538
#ps.distiller.res : 6000 # dpi
539539
#ps.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
540540

541-
# pdf backend params
541+
## pdf backend params
542542
#pdf.compression : 6 # integer from 0 to 9
543543
# 0 disables compression (good for debugging)
544544
#pdf.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
545545

546-
# svg backend params
546+
## svg backend params
547547
#svg.image_inline : True # write raster image data directly into the svg file
548-
#svg.fonttype : 'path' # How to handle SVG fonts:
548+
#svg.fonttype : path # How to handle SVG fonts:
549549
# 'none': Assume fonts are installed on the machine where the SVG will be viewed.
550550
# 'path': Embed characters as paths -- supported by most SVG renderers
551551
# 'svgfont': Embed characters as SVG fonts -- supported only by Chrome,
@@ -578,14 +578,15 @@ backend : $TEMPLATE_BACKEND
578578
#examples.directory : '' # directory to look in for custom installation
579579

580580
###ANIMATION settings
581-
#animation.html : 'none' # How to display the animation as HTML in
581+
#animation.html : none # How to display the animation as HTML in
582582
# the IPython notebook. 'html5' uses
583-
# HTML5 video tag.
583+
# HTML5 video tag; 'jshtml' creates a
584+
# Javascript animation
584585
#animation.writer : ffmpeg # MovieWriter 'backend' to use
585586
#animation.codec : h264 # Codec to use for writing movie
586587
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
587588
# -1 implies let utility auto-determine
588-
#animation.frame_format: 'png' # Controls frame format used by temp files
589+
#animation.frame_format: png # Controls frame format used by temp files
589590
#animation.html_args: '' # Additional arguments to pass to html writer
590591
#animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
591592
# $PATH is searched

0 commit comments

Comments
 (0)