@@ -46,7 +46,7 @@ backend : $TEMPLATE_BACKEND
46
46
## forcing the use of Version 2 API for QString and QVariant.
47
47
48
48
## The port to use for the web server in the WebAgg backend.
49
- #webagg.port : 8888
49
+ #webagg.port : 8988
50
50
51
51
## The address on which the WebAgg web server should be reachable
52
52
#webagg.address : 127.0.0.1
@@ -81,16 +81,16 @@ backend : $TEMPLATE_BACKEND
81
81
#lines.marker : None ## the default marker
82
82
#lines.markeredgewidth : 1.0 ## the line width around the marker symbol
83
83
#lines.markersize : 6 ## markersize, in points
84
- #lines.dash_joinstyle : miter ## miter|round|bevel
84
+ #lines.dash_joinstyle : round ## miter|round|bevel
85
85
#lines.dash_capstyle : butt ## butt|round|projecting
86
- #lines.solid_joinstyle : miter ## miter|round|bevel
86
+ #lines.solid_joinstyle : round ## miter|round|bevel
87
87
#lines.solid_capstyle : projecting ## butt|round|projecting
88
88
#lines.antialiased : True ## render lines in antialiased (no jaggies)
89
89
90
90
## The three standard dash patterns. These are scaled by the linewidth.
91
- #lines.dashed_pattern : 2.8 , 1.2
92
- #lines.dashdot_pattern : 4.8 , 1.2, 0.8 , 1.2
93
- #lines.dotted_pattern : 1.1 , 1.1
91
+ #lines.dashed_pattern : 3.7 , 1.6
92
+ #lines.dashdot_pattern : 6.4 , 1.6, 1 , 1.6
93
+ #lines.dotted_pattern : 1, 1.65
94
94
#lines.scale_dashes : True
95
95
96
96
#markers.fillstyle: full ## full|left|right|bottom|top|none
@@ -102,7 +102,7 @@ backend : $TEMPLATE_BACKEND
102
102
## information on patch properties
103
103
#patch.linewidth : 1 ## edge width in points.
104
104
#patch.facecolor : C0
105
- #patch.edgecolor : black ## if forced, or patch is not filled
105
+ #patch.edgecolor : k ## if forced, or patch is not filled
106
106
#patch.force_edgecolor : False ## True to always use edgecolor
107
107
#patch.antialiased : True ## render patches in antialiased (no jaggies)
108
108
@@ -151,7 +151,7 @@ backend : $TEMPLATE_BACKEND
151
151
#boxplot.meanprops.markerfacecolor : C2
152
152
#boxplot.meanprops.markeredgecolor : C2
153
153
#boxplot.meanprops.markersize : 6
154
- #boxplot.meanprops.linestyle : none
154
+ #boxplot.meanprops.linestyle : --
155
155
#boxplot.meanprops.linewidth : 1.0
156
156
157
157
@@ -194,25 +194,25 @@ backend : $TEMPLATE_BACKEND
194
194
#font.family : sans-serif
195
195
#font.style : normal
196
196
#font.variant : normal
197
- #font.weight : medium
197
+ #font.weight : normal
198
198
#font.stretch : normal
199
199
## note that font.size controls default text sizes. To configure
200
200
## special text sizes tick labels, axes, labels, title, etc, see the rc
201
201
## settings for axes and ticks. Special text sizes can be defined
202
202
## relative to font.size, using the following values: xx-small, x-small,
203
203
## small, medium, large, x-large, xx-large, larger, or smaller
204
204
#font.size : 10.0
205
- #font.serif : DejaVu Serif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
206
- #font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
205
+ #font.serif : DejaVu Serif, Bitstream Vera Serif, Computer Modern Roman, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
206
+ #font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Computer Modern Sans Serif, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
207
207
#font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
208
- #font.fantasy : Comic Sans MS, Chicago, Charcoal, Impact, Western , Humor Sans, xkcd, fantasy
209
- #font.monospace : DejaVu Sans Mono, Bitstream Vera Sans Mono, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
208
+ #font.fantasy : Comic Sans MS, Chicago, Charcoal, ImpactWestern , Humor Sans, xkcd, fantasy
209
+ #font.monospace : DejaVu Sans Mono, Bitstream Vera Sans Mono, Computer Modern Typewriter, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
210
210
211
211
#### TEXT
212
212
## text properties used by text.Text. See
213
213
## http://matplotlib.org/api/artist_api.html#module-matplotlib.text for more
214
214
## information on text properties
215
- #text.color : black
215
+ #text.color : k
216
216
217
217
#### LaTeX customizations. See http://wiki.scipy.org/Cookbook/Matplotlib/UsingTex
218
218
#text.usetex : False ## use latex for all text handling. The following fonts
@@ -226,7 +226,7 @@ backend : $TEMPLATE_BACKEND
226
226
## matplotlib mailing list
227
227
#text.latex.unicode : False ## use "ucs" and "inputenc" LaTeX packages for handling
228
228
## unicode strings.
229
- #text.latex.preamble : ## IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
229
+ #text.latex.preamble : ## IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
230
230
## AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
231
231
## IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
232
232
## preamble is a comma separated list of LaTeX statements
@@ -240,12 +240,12 @@ backend : $TEMPLATE_BACKEND
240
240
#text.latex.preview : False
241
241
242
242
#text.hinting : auto ## May be one of the following:
243
- ## ' none' : Perform no hinting
244
- ## ' auto' : Use FreeType's autohinter
245
- ## ' native' : Use the hinting information in the
243
+ ## none: Perform no hinting
244
+ ## auto: Use FreeType's autohinter
245
+ ## native: Use the hinting information in the
246
246
# font file, if available, and if your
247
247
# FreeType library supports it
248
- ## ' either' : Use the native hinting information,
248
+ ## either: Use the native hinting information,
249
249
# or the autohinter if none is available.
250
250
## For backward compatibility, this value may also be
251
251
## True === 'auto' or False === 'none'.
@@ -261,10 +261,10 @@ backend : $TEMPLATE_BACKEND
261
261
## Note that this "custom" mode is unsupported and may go away in the
262
262
## future.
263
263
#mathtext.cal : cursive
264
- #mathtext.rm : serif
264
+ #mathtext.rm : sans
265
265
#mathtext.tt : monospace
266
- #mathtext.it : serif :italic
267
- #mathtext.bf : serif :bold
266
+ #mathtext.it : sans :italic
267
+ #mathtext.bf : sans :bold
268
268
#mathtext.sf : sans
269
269
#mathtext.fontset : dejavusans ## Should be 'dejavusans' (default),
270
270
## 'dejavuserif', 'cm' (Computer Modern), 'stix',
@@ -281,8 +281,8 @@ backend : $TEMPLATE_BACKEND
281
281
## default face and edge color, default tick sizes,
282
282
## default fontsizes for ticklabels, and so on. See
283
283
## http://matplotlib.org/api/axes_api.html#module-matplotlib.axes
284
- #axes.facecolor : white ## axes background color
285
- #axes.edgecolor : black ## axes edge color
284
+ #axes.facecolor : w ## axes background color
285
+ #axes.edgecolor : k ## axes edge color
286
286
#axes.linewidth : 0.8 ## edge linewidth
287
287
#axes.grid : False ## display grid or not
288
288
#axes.grid.axis : both ## which axis the grid should apply to
@@ -293,7 +293,7 @@ backend : $TEMPLATE_BACKEND
293
293
#axes.labelsize : medium ## fontsize of the x any y labels
294
294
#axes.labelpad : 4.0 ## space between label and axis
295
295
#axes.labelweight : normal ## weight of the x and y labels
296
- #axes.labelcolor : black
296
+ #axes.labelcolor : k
297
297
#axes.axisbelow : line ## draw axis gridlines and ticks below
298
298
## patches (True); above patches but below
299
299
## lines ('line'); or above all (False)
@@ -326,6 +326,8 @@ backend : $TEMPLATE_BACKEND
326
326
#axes.prop_cycle : cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
327
327
## color cycle for plot lines as list of string
328
328
## colorspecs: single letter, long name, or web-style hex
329
+ ## Note the use of string escapes here ('1f77b4', instead of 1f77b4)
330
+ ## as opposed to the rest of this file.
329
331
#axes.autolimit_mode : data ## How to scale axes limits to the data.
330
332
## Use "data" to use data limits, plus some margin
331
333
## Use "round_number" move to the nearest "round" number
@@ -427,8 +429,8 @@ backend : $TEMPLATE_BACKEND
427
429
#figure.titleweight : normal ## weight of the figure title
428
430
#figure.figsize : 6.4, 4.8 ## figure size in inches
429
431
#figure.dpi : 100 ## figure dots per inch
430
- #figure.facecolor : white ## figure facecolor; 0.75 is scalar gray
431
- #figure.edgecolor : white ## figure edgecolor
432
+ #figure.facecolor : w ## figure facecolor; 0.75 is scalar gray
433
+ #figure.edgecolor : w ## figure edgecolor
432
434
#figure.frameon : True ## enable figure frame
433
435
#figure.max_open_warning : 20 ## The maximum number of figures to open through
434
436
## the pyplot interface before emitting a warning.
@@ -496,9 +498,9 @@ backend : $TEMPLATE_BACKEND
496
498
#path.simplify : True ## When True, simplify paths by removing "invisible"
497
499
## points to reduce file size and increase rendering
498
500
## speed
499
- #path.simplify_threshold : 0.1 ## The threshold of similarity below which
500
- ## vertices will be removed in the simplification
501
- ## process
501
+ #path.simplify_threshold : 0.111111111111 ## The threshold of similarity below which
502
+ ## vertices will be removed in the
503
+ ## simplification process
502
504
#path.snap : True ## When True, rectilinear axis-aligned paths will be snapped to
503
505
## the nearest pixel when certain criteria are met. When False,
504
506
## paths will never be snapped.
@@ -509,15 +511,15 @@ backend : $TEMPLATE_BACKEND
509
511
## is the length of the wiggle along the line (in
510
512
## pixels). *randomness* is the factor by which
511
513
## the length is randomly scaled.
512
- #path.effects : [] #
514
+ #path.effects : [] ##
513
515
514
516
#### SAVING FIGURES
515
517
## the default savefig params can be different from the display params
516
518
## e.g., you may want a higher resolution, or to make the figure
517
519
## background white
518
520
#savefig.dpi : figure ## figure dots per inch or 'figure'
519
- #savefig.facecolor : white ## figure facecolor when saving
520
- #savefig.edgecolor : white ## figure edgecolor when saving
521
+ #savefig.facecolor : w ## figure facecolor when saving
522
+ #savefig.edgecolor : w ## figure edgecolor when saving
521
523
#savefig.format : png ## png, ps, pdf, svg
522
524
#savefig.bbox : standard ## 'tight' or 'standard'.
523
525
## 'tight' is incompatible with pipe-based animation
@@ -556,15 +558,15 @@ backend : $TEMPLATE_BACKEND
556
558
### svg backend params
557
559
#svg.image_inline : True ## write raster image data directly into the svg file
558
560
#svg.fonttype : path ## How to handle SVG fonts:
559
- ## ' none' : Assume fonts are installed on the machine where the SVG will be viewed.
560
- ## ' path' : Embed characters as paths -- supported by most SVG renderers
561
- ## ' svgfont' : Embed characters as SVG fonts -- supported only by Chrome,
561
+ ## none: Assume fonts are installed on the machine where the SVG will be viewed.
562
+ ## path: Embed characters as paths -- supported by most SVG renderers
563
+ ## svgfont: Embed characters as SVG fonts -- supported only by Chrome,
562
564
## Opera and Safari
563
565
#svg.hashsalt : None ## if not None, use this string as hash salt
564
566
## instead of uuid4
565
567
### pgf parameter
566
568
#pgf.rcfonts : True
567
- #pgf.preamble : []
569
+ #pgf.preamble :
568
570
#pgf.texsystem : xelatex
569
571
#pgf.debug : False
570
572
@@ -580,17 +582,17 @@ backend : $TEMPLATE_BACKEND
580
582
#keymap.forward : right, v ## left handed quick navigation
581
583
#keymap.pan : p ## pan mnemonic
582
584
#keymap.zoom : o ## zoom mnemonic
583
- #keymap.save : s ## saving current figure
584
- #keymap.quit : ctrl+w, cmd+w ## close the current figure
585
- #keymap.quit_all : 'W', ' cmd+W', 'Q' ## close all figures
585
+ #keymap.save : s, ctrl+s ## saving current figure
586
+ #keymap.quit : ctrl+w, cmd+w, q ## close the current figure
587
+ #keymap.quit_all : W, cmd+W, Q ## close all figures
586
588
#keymap.grid : g ## switching on/off major grids in current axes
587
589
#keymap.grid_minor : G ## switching on/off minor grids in current axes
588
590
#keymap.yscale : l ## toggle scaling of y-axes ('log'/'linear')
589
- #keymap.xscale : L, k ## toggle scaling of x-axes ('log'/'linear')
591
+ #keymap.xscale : k, L ## toggle scaling of x-axes ('log'/'linear')
590
592
#keymap.all_axes : a ## enable all axes
591
593
592
594
## Control location of examples data files
593
- #examples.directory : '' ## directory to look in for custom installation
595
+ #examples.directory : ## directory to look in for custom installation
594
596
595
597
###ANIMATION settings
596
598
#animation.html : none ## How to display the animation as HTML in
@@ -602,15 +604,15 @@ backend : $TEMPLATE_BACKEND
602
604
#animation.bitrate: -1 ## Controls size/quality tradeoff for movie.
603
605
## -1 implies let utility auto-determine
604
606
#animation.frame_format: png ## Controls frame format used by temp files
605
- #animation.html_args: '' ## Additional arguments to pass to html writer
606
- #animation.ffmpeg_path: ' ffmpeg' ## Path to ffmpeg binary. Without full path
607
+ #animation.html_args: ## Additional arguments to pass to html writer
608
+ #animation.ffmpeg_path: ffmpeg ## Path to ffmpeg binary. Without full path
607
609
## $PATH is searched
608
- #animation.ffmpeg_args: '' ## Additional arguments to pass to ffmpeg
609
- #animation.avconv_path: ' avconv' ## Path to avconv binary. Without full path
610
+ #animation.ffmpeg_args: ## Additional arguments to pass to ffmpeg
611
+ #animation.avconv_path: avconv ## Path to avconv binary. Without full path
610
612
## $PATH is searched
611
- #animation.avconv_args: '' ## Additional arguments to pass to avconv
612
- #animation.convert_path: ' convert' ## Path to ImageMagick's convert binary.
613
+ #animation.avconv_args: ## Additional arguments to pass to avconv
614
+ #animation.convert_path: convert ## Path to ImageMagick's convert binary.
613
615
## On Windows use the full path since convert
614
616
## is also the name of a system tool.
615
- #animation.convert_args: '' ## Additional arguments to pass to convert
617
+ #animation.convert_args: ## Additional arguments to pass to convert
616
618
#animation.embed_limit : 20.0
0 commit comments