-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitish.mplstyle
62 lines (47 loc) · 1.8 KB
/
kitish.mplstyle
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
### Control the fonts
text.usetex : True
text.latex.preamble: \usepackage{sourcesanspro}
font.family : STIXGeneral
mathtext.fontset : stix
#font.weight : bold
font.size : 10
axes.titlesize : 10
axes.titleweight : normal # bold title
### Control the colors
text.color: (0.0,0.0,0.0)
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)
legend.edgecolor : (0.95,0.95,0.95)
### Control title and margins
axes.titlepad : 10 # move title up
axes.xmargin: 0.0 # don't add space in x direction
axes.ymargin: 0.05
ytick.major.size : 2.0
ytick.major.width : 0.2
xtick.major.size : 2.0
xtick.major.width : 0.2
### Control default sizes and widths
lines.linewidth : 2.0
lines.markersize : 6
### 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)])
### Control the figure dimension and resolution
figure.figsize : 5, 1.875
figure.constrained_layout.use: True
figure.dpi : 200
savefig.dpi : 400
### Control spines
axes.spines.top : False # no bounding box right and top
axes.spines.right : False
#axes.linewidth : 0.4
### Control the underlying grid
axes.grid : True
grid.color: .1
grid.linestyle: -
grid.alpha: .5
grid.linewidth: 0.1
### Control the legend box
legend.framealpha : 0.975
legend.handlelength : 1.0