forked from smortezah/mplstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ggplot_classic.mplstyle
55 lines (49 loc) · 1.03 KB
/
ggplot_classic.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
## ggplot_classic matplotlib style sheet
## Author: Morteza Hosseini
## https://github.com/smortezah
## FONT
font.family: sans-serif
font.sans-serif: Arial
font.size: 11.0
font.weight: normal
## FIGURE
figure.dpi: 70
figure.edgecolor: white
figure.facecolor: white
figure.frameon: False
figure.titlesize: 13.2
figure.titleweight: normal
## AXES
axes.edgecolor: black
axes.grid: False
axes.labelpad: 2.75
axes.labelsize: 11.0
axes.linewidth: 0.75
axes.spines.right: False
axes.spines.top: False
axes.titlelocation: left
axes.titlepad: 11.0
axes.titlesize: 13.2
axes.titleweight: normal
## TICK
xtick.color: 333333
xtick.labelcolor: 4d4d4d
xtick.labelsize: 8.8
xtick.major.pad: 2.2
xtick.major.size: 2.75
ytick.color: 333333
ytick.labelcolor: 4d4d4d
ytick.labelsize: 8.8
ytick.major.pad: 2.2
ytick.major.size: 2.75
## LEGEND
legend.borderaxespad: 1.0
legend.borderpad: 0.5
legend.columnspacing: 2.0
legend.fontsize: 8.8
legend.frameon: False
legend.handleheight: 1.0
legend.handlelength: 1.2
legend.labelspacing: 1.0
legend.title_fontsize: 11.0
## GRID