108
108
## ***************************************************************************
109
109
## See https://matplotlib.org/api/artist_api.html#module-matplotlib.lines
110
110
## for more information on line properties.
111
- # lines.linewidth: 1.5 # line width in points
111
+ lines.linewidth: 1.2 # line width in points
112
112
#lines.linestyle: - # solid line
113
113
lines.color: black # has no affect on plot(); see axes.prop_cycle
114
114
#lines.marker: None # the default marker
115
115
#lines.markerfacecolor: auto # the default marker face color
116
116
#lines.markeredgecolor: auto # the default marker edge color
117
117
#lines.markeredgewidth: 1.0 # the line width around the marker symbol
118
- # lines.markersize: 6 # marker size, in points
118
+ lines.markersize: 8 # marker size, in points
119
119
#lines.dash_joinstyle: round # {miter, round, bevel}
120
120
#lines.dash_capstyle: butt # {butt, round, projecting}
121
121
#lines.solid_joinstyle: round # {miter, round, bevel}
122
122
#lines.solid_capstyle: projecting # {butt, round, projecting}
123
- # lines.antialiased: True # render lines in antialiased (no jaggies)
123
+ lines.antialiased: True # render lines in antialiased (no jaggies)
124
124
125
125
## The three standard dash patterns. These are scaled by the linewidth.
126
126
lines.dashed_pattern: 6.5, 3
127
- # lines.dashdot_pattern: 6.4, 1.6, 1, 1.6
127
+ lines.dashdot_pattern: 6.5, 3, 2, 3
128
128
lines.dotted_pattern: 2, 4
129
129
#lines.scale_dashes: True
130
130
131
- # markers.fillstyle: full # {full, left, right, bottom, top, none}
131
+ markers.fillstyle: none # {full, left, right, bottom, top, none}
132
132
133
133
#pcolor.shading: auto
134
134
#pcolormesh.snap: True # Whether to snap the mesh to pixel boundaries. This is
@@ -404,7 +404,8 @@ axes.formatter.use_mathtext: True # When True, use mathtext for scientific
404
404
405
405
#axes.unicode_minus: True # use Unicode for the minus symbol rather than hyphen. See
406
406
# https://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
407
- #axes.prop_cycle: cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
407
+ axes.prop_cycle: cycler('color', ['k', 'e31c1c', '4200f7', '328b22', '71fcff', 'f100ff', '6bff42'])
408
+ # r,g,b,c,m,lightgreen
408
409
# color cycle for plot lines as list of string color specs:
409
410
# single letter, long name, or web-style hex
410
411
# As opposed to all other parameters in this file, the color
@@ -584,7 +585,7 @@ figure.dpi: 100 # figure dots per inch
584
585
## ***************************************************************************
585
586
#image.aspect: equal # {equal, auto} or a number
586
587
image.interpolation: none # see help(imshow) for options
587
- image.cmap: turbo # A colormap name, gray etc...
588
+ image.cmap: jet # A colormap name, gray etc...
588
589
image.lut: 256 # the size of the colormap lookup table
589
590
image.origin: lower # {lower, upper}
590
591
#image.resample: True
@@ -607,20 +608,20 @@ image.origin: lower # {lower, upper}
607
608
## ***************************************************************************
608
609
## * ERRORBAR PLOTS *
609
610
## ***************************************************************************
610
- errorbar.capsize: 3 # length of end cap on error bars in pixels
611
+ errorbar.capsize: 2 # length of end cap on error bars in pixels
611
612
612
613
613
614
## ***************************************************************************
614
615
## * HISTOGRAM PLOTS *
615
616
## ***************************************************************************
616
- # hist.bins: 10 # The default number of histogram bins or 'auto'.
617
+ hist.bins: 'auto' # The default number of histogram bins or 'auto'.
617
618
618
619
619
620
## ***************************************************************************
620
621
## * SCATTER PLOTS *
621
622
## ***************************************************************************
622
623
#scatter.marker: o # The default marker type for scatter plots.
623
- scatter.edgecolors: black # The default edge colors for scatter plots.
624
+ # scatter.edgecolors: black # The default edge colors for scatter plots.
624
625
625
626
626
627
## ***************************************************************************
@@ -674,7 +675,7 @@ savefig.bbox: tight # {tight, standard}
674
675
# 'tight' is incompatible with pipe-based animation
675
676
# backends (e.g. 'ffmpeg') but will work with those
676
677
# based on temporary files (e.g. 'ffmpeg_file')
677
- #savefig.pad_inches: 0.1 # Padding to be used when bbox is set to 'tight'
678
+ #savefig.pad_inches: ' 0.1' # Padding to be used when bbox is set to 'tight'
678
679
#savefig.directory: ~ # default directory in savefig dialog box,
679
680
# leave empty to always use current working directory
680
681
#savefig.transparent: False # setting that controls whether figures are saved with a
0 commit comments