@@ -122,36 +122,36 @@ backend : $TEMPLATE_BACKEND
122
122
#boxplot.showfliers : True
123
123
#boxplot.meanline : False
124
124
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
129
129
#boxplot.flierprops.markersize : 6
130
- #boxplot.flierprops.linestyle : ' none'
130
+ #boxplot.flierprops.linestyle : none
131
131
#boxplot.flierprops.linewidth : 1.0
132
132
133
- #boxplot.boxprops.color : 'k'
133
+ #boxplot.boxprops.color : k
134
134
#boxplot.boxprops.linewidth : 1.0
135
- #boxplot.boxprops.linestyle : '-'
135
+ #boxplot.boxprops.linestyle : -
136
136
137
- #boxplot.whiskerprops.color : 'k'
137
+ #boxplot.whiskerprops.color : k
138
138
#boxplot.whiskerprops.linewidth : 1.0
139
- #boxplot.whiskerprops.linestyle : '-'
139
+ #boxplot.whiskerprops.linestyle : -
140
140
141
- #boxplot.capprops.color : 'k'
141
+ #boxplot.capprops.color : k
142
142
#boxplot.capprops.linewidth : 1.0
143
- #boxplot.capprops.linestyle : '-'
143
+ #boxplot.capprops.linestyle : -
144
144
145
- #boxplot.medianprops.color : 'C1'
145
+ #boxplot.medianprops.color : C1
146
146
#boxplot.medianprops.linewidth : 1.0
147
- #boxplot.medianprops.linestyle : '-'
147
+ #boxplot.medianprops.linestyle : -
148
148
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
153
153
#boxplot.meanprops.markersize : 6
154
- #boxplot.meanprops.linestyle : ' none'
154
+ #boxplot.meanprops.linestyle : none
155
155
#boxplot.meanprops.linewidth : 1.0
156
156
157
157
### FONT
@@ -291,7 +291,7 @@ backend : $TEMPLATE_BACKEND
291
291
#axes.labelpad : 4.0 # space between label and axis
292
292
#axes.labelweight : normal # weight of the x and y labels
293
293
#axes.labelcolor : black
294
- #axes.axisbelow : ' line' # draw axis gridlines and ticks below
294
+ #axes.axisbelow : line # draw axis gridlines and ticks below
295
295
# patches (True); above patches but below
296
296
# lines ('line'); or above all (False)
297
297
@@ -538,14 +538,14 @@ backend : $TEMPLATE_BACKEND
538
538
#ps.distiller.res : 6000 # dpi
539
539
#ps.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
540
540
541
- # pdf backend params
541
+ ## pdf backend params
542
542
#pdf.compression : 6 # integer from 0 to 9
543
543
# 0 disables compression (good for debugging)
544
544
#pdf.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
545
545
546
- # svg backend params
546
+ ## svg backend params
547
547
#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:
549
549
# 'none': Assume fonts are installed on the machine where the SVG will be viewed.
550
550
# 'path': Embed characters as paths -- supported by most SVG renderers
551
551
# 'svgfont': Embed characters as SVG fonts -- supported only by Chrome,
@@ -578,14 +578,15 @@ backend : $TEMPLATE_BACKEND
578
578
#examples.directory : '' # directory to look in for custom installation
579
579
580
580
###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
582
582
# the IPython notebook. 'html5' uses
583
- # HTML5 video tag.
583
+ # HTML5 video tag; 'jshtml' creates a
584
+ # Javascript animation
584
585
#animation.writer : ffmpeg # MovieWriter 'backend' to use
585
586
#animation.codec : h264 # Codec to use for writing movie
586
587
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
587
588
# -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
589
590
#animation.html_args: '' # Additional arguments to pass to html writer
590
591
#animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
591
592
# $PATH is searched
0 commit comments