-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjktebop.mplstyle
More file actions
61 lines (52 loc) · 1.28 KB
/
jktebop.mplstyle
File metadata and controls
61 lines (52 loc) · 1.28 KB
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
# To check more avaialble options see:
# https://matplotlib.org/tutorials/introductory/customizing.html
# GENERAL OPTIONS
font.size: 15
font.family: serif
font.serif: Times
mathtext.fontset: dejavuserif
text.color : (0.2,0.2,0.2)
# AXES
axes.edgecolor : (0.1,0.1,0.1) # Normalized RGB colours (from 0 to 1 instead of 0 to 255)
axes.labelcolor : (0.1,0.1,0.1)
axes.linewidth : 1.2
axes.spines.top : True
axes.spines.right : True
axes.spines.bottom : True
axes.spines.left : True
# GRID
axes.grid : False
grid.alpha : 0.7
grid.linestyle : --
grid.linewidth : 0.6
# LINES
axes.prop_cycle : cycler('color', [ '313E89', 'B2B7D3', '656EA7', '8B0000', 'B3B3B3', '0C0F19']) # hex colours
# Was previously #0c0f19 for plot() and #92a6e5 for scatter
lines.linewidth : 2.2
lines.markeredgewidth : 0.0
# SCATTER PLOT
scatter.marker : o
lines.markersize: 20
# X TICKS
xtick.top: True
xtick.labelsize : 13
xtick.color : (0.2,0.2,0.2)
xtick.direction : in
xtick.major.size : 6
xtick.major.width: 1.5
xtick.minor.size : 3
xtick.minor.width : 1.2
# Y TICKS
ytick.right: True
ytick.labelsize : 13
ytick.color : (0.2,0.2,0.2)
ytick.direction : in
ytick.major.size : 6
ytick.major.width: 1.5
ytick.minor.size : 3
ytick.minor.width : 1.2
# LEGEND
legend.fontsize: medium
# FIGURE OUTPUT
figure.dpi : 100
savefig.dpi : 200