-
Notifications
You must be signed in to change notification settings - Fork 1
/
arviz-whitegrid.mplstyle
38 lines (35 loc) · 1010 Bytes
/
arviz-whitegrid.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
# This style is based on Seaborn-whitegrid parameters, the main differences are
# Default matplotlib font (no problem using Greek letters!)
# Larger font size for several elements
# Colorblind friendly color cycle
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
text.color: .15
axes.labelcolor: .15
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
xtick.direction: out
ytick.direction: out
xtick.color: .15
ytick.color: .15
axes.axisbelow: True
grid.linestyle: -
lines.solid_capstyle: round
axes.labelsize: 14
axes.titlesize: 14
xtick.labelsize: 11
ytick.labelsize: 11
legend.fontsize: 11
axes.grid: True
axes.facecolor: white
axes.edgecolor: .8
axes.linewidth: 1
grid.color: .8
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0
# color-blind friendly cycle designed using https://colorcyclepicker.mpetroff.net/
axes.prop_cycle: cycler('color', ['2a2eec', 'fa7c17', '328c06', 'c10c90', '933708', '65e5f3', 'e6e135', '1ccd6a', 'bd8ad5', 'b16b57'])