-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmike.mplstyle
48 lines (37 loc) · 1.31 KB
/
mike.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
#text.usetex: True
font.family:sans-serif
font.sans-serif: Helvetica
font.size:12
axes.labelsize: 14
legend.fontsize: 8
xtick.labelsize: 12
ytick.labelsize: 12
axes.prop_cycle: cycler('color', ["FB4142", "94376C", "CE75AD", "76BDCF", "9DCFF0"])
xtick.major.width: 1.
xtick.minor.width: .5
xtick.color: 3D3D3D
ytick.major.width: 1.
ytick.minor.width: .5
ytick.color: 3D3D3D
grid.color: C4C4C4
grid.linewidth: 0.5
axes.spines.left : True ## display axis spines
axes.spines.bottom : True
axes.spines.top : False
axes.spines.right : False
axes.labelcolor : 3D3D3D
savefig.bbox : tight ## 'tight' or 'standard'.
savefig.transparent : True ## setting that controls whether figures are saved with a
axes.facecolor : white ## axes background color
axes.edgecolor : 3D3D3D ## axes edge color
axes.linewidth : 1. ## edge linewidth
axes.grid : False ## display grid or not
#axes.grid.axis : both ## which axis the grid should apply to
#axes.grid.which : major ## gridlines at major, minor or both ticks
#axes.titlesize : large ## fontsize of the axes title
#### Legend
#legend.loc : best
legend.frameon : True ## if True, draw the legend on a background patch
hist.bins : 25
patch.edgecolor : 909495
lines.linewidth : 2