-
Notifications
You must be signed in to change notification settings - Fork 0
/
matplotlibrc
55 lines (52 loc) · 1.46 KB
/
matplotlibrc
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
# https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/mpl-data/stylelib/seaborn-v0_8-whitegrid.mplstyle
# Seaborn common parameters
# .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
# image.cmap: Greys
font.family: sans-serif
# font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
grid.linestyle: -
lines.solid_capstyle: round
# Seaborn whitegrid parameters
# 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
# Custom settings
figure.dpi: 96
savefig.dpi: 600
savefig.bbox: tight
# clear the Matplotlib font cache after installing a new font
font.sans-serif: Source Sans 3, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
mathtext.fontset: custom
axes.grid: False
text.color: darkslategrey
axes.labelcolor: darkslategrey
xtick.labelcolor: darkslategrey
ytick.labelcolor: darkslategrey
figure.titleweight: semibold
axes.titleweight: semibold
figure.titlesize: 14
figure.labelsize: 14
axes.labelsize: 14
axes.titlesize: 14
xtick.labelsize: 13
ytick.labelsize: 13
image.cmap: Spectral_r
axes.edgecolor: darkslategrey