-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub-dimmed-talk.mplstyle
80 lines (71 loc) · 1.65 KB
/
github-dimmed-talk.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# A dark Nord themed matplotlib style.
# This style with larger elements, suitable for talks.
#
# Inspired by Seaborn whitegrid and the GitHub VScode
# themes.
# https://seaborn.pydata.org/
# https://github.com/primer/github-vscode-theme
#
# GC
#----------------------------------------------------------
# Figure-wide
figure.facecolor: 22272E
lines.linewidth: 1.5
lines.solid_capstyle: round
lines.markersize: 9
patch.linewidth: 1.5
patch.edgecolor: 2D333B
# Colors
axes.prop_cycle: cycler('color', ["#4184e4", "ec775c", "6bc46d", "986ee2", "6cb6ff", "daaa3f", "909dab"])
image.cmap: magma
# Axes
axes.spines.top: False
axes.spines.right: False
axes.facecolor: 22272E
axes.edgecolor: 444c56
axes.labelcolor: adbac7
axes.axisbelow: True
axes.grid: False
axes.linewidth: 1.8
axes.titlelocation: left
axes.titleweight: bold
# Grid
grid.color: 2D333B
grid.linestyle: -
grid.linewidth: 1.5
# Ticks
xtick.direction: out
ytick.direction: out
xtick.color: 444c56
ytick.color: 444c56
xtick.labelcolor: 909dab
ytick.labelcolor: 909dab
xtick.major.width: 1.8
ytick.major.width: 1.8
xtick.minor.width: 1.5
ytick.minor.width: 1.5
xtick.major.size: 6.0
ytick.major.size: 6.0
xtick.minor.size: 4.0
ytick.minor.size: 4.0
# Font
text.color: adbac7
font.family: sans-serif
font.sans-serif: Roboto, Helvetica, Arial, DejaVu Sans, Bitstream Vera Sans, sans-serif
mathtext.fontset: stixsans
font.size: 16
axes.labelsize: 18
axes.titlesize: 18
xtick.labelsize: 16
ytick.labelsize: 16
legend.fontsize: 16
# Legend
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
# Scatter plots
scatter.edgecolors: face
# Boxplots
boxplot.showcaps: False
boxplot.showbox: False
boxplot.showfliers: False