forked from zanderharteveld/AcrIIC1X
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.json
executable file
·37 lines (37 loc) · 923 Bytes
/
style.json
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
{
"savefig.dpi": 300,
"font.family": "sans-serif",
"font.sans-serif": "Arial",
"svg.fonttype": "none",
"figure.autolayout": true,
"figure.figsize": [2,2],
"font.style": "normal",
"axes.labelcolor": "#000000",
"axes.edgecolor": "#000000",
"axes.spines.top": "False",
"axes.spines.right": "False",
"axes.linewidth": 2,
"lines.linewidth": 2,
"legend.fontsize": 6,
"legend.frameon": false,
"text.color": "#000000",
"font.size": 6,
"axes.titlesize": 6,
"axes.labelsize": 6,
"xtick.labelsize": 6,
"xtick.color": "#000000",
"xtick.direction": "out",
"xtick.major.size": 2,
"xtick.major.width": 1,
"xtick.minor.size": 1,
"xtick.minor.width": 0.5,
"xtick.top": "False",
"ytick.color": "#000000",
"ytick.direction": "out",
"ytick.major.size": 2,
"ytick.major.width": 1,
"ytick.minor.size": 1,
"ytick.minor.width": 0.5,
"ytick.left": "True",
"ytick.labelsize": 6
}