-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.txt
66 lines (52 loc) · 2.04 KB
/
style.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
### Control the fonts
text.usetex : True
text.latex.preamble: \usepackage{sourcesanspro}
font.family : STIXGeneral
mathtext.fontset : stix
font.weight : bold
font.size : 20
axes.titlesize : 22
axes.titleweight : normal # bold title
### Control the colors
text.color: (0.0,0.0,0.0) # instead of black we use a more grey color
axes.labelcolor : (0.0,0.0,0.0)
axes.edgecolor : (0.0,0.0,0.0)
xtick.color: (0.0,0.0,0.0)
ytick.color: (0.0,0.0,0.0)
xtick.major.size: 3
xtick.major.width: 1
ytick.major.size: 3
ytick.major.width: 1
### Control title and margins
axes.titlepad : 20 # move title up
axes.xmargin: 0.0 # don't add space in x direction
axes.ymargin: 0.05
### Control spines
axes.spines.top : True # no bounding box right and top
axes.spines.right : True
### Ticks
### Control default sizes and widths
lines.linewidth : 2
lines.markersize : 10
### Control the color cycle. These are KIT Colors
#axes.prop_cycle : cycler('color', [ (0.0, 0.5882352941176471, 0.5098039215686274),(0.0,0.0,0.0),(0.27450980392156865, 0.39215686274509803, 0.6666666666666666), (0.8745098039215686, 0.6078431372549019, 0.10588235294117647), (0.6392156862745098, 0.06274509803921569, 0.48627450980392156), (0.5490196078431373, 0.7137254901960784, 0.235294117647), (0.6352941176470588, 0.13333333333333333, 0.13725490196078433), (0.13725490196078433, 0.6313725490196078, 0.8784313725490196), (0.6549019607843137, 0.5098039215686274, 0.1803921568627451), (0.0,0.0,0.0)])
### Control the color cycle. These are random colors
axes.prop_cycle : cycler('color', [ 'royalblue','crimson','royalblue','crimson'])
### Control the figure dimension and resolution
figure.figsize : 6, 3
figure.constrained_layout.use: False
figure.dpi : 100
savefig.dpi : 200
### Control the underlying grid
#axes.grid : False
#grid.color: .1
#grid.linestyle: -
#grid.alpha: .5
#grid.linewidth: 0.1
### Control the legend box
legend.fontsize: 15
legend.fancybox : False
legend.facecolor: white
legend.loc : upper right
legend.framealpha : 0.975
legend.edgecolor : darkgray