-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfig.json
More file actions
68 lines (68 loc) · 1.58 KB
/
fig.json
File metadata and controls
68 lines (68 loc) · 1.58 KB
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
{
"manuscript_single":{
"plot_width":9.0,
"margin_left":1.4,
"margin_right":0.3,
"margin_bottom":1.2,
"margin_top":0.3,
"space_width":1.5,
"space_height":1.0,
"subplot_ratio":0.9,
"ftsize":11
},
"manuscript_double":{
"plot_width":19.0,
"margin_left":1.4,
"margin_right":0.3,
"margin_bottom":1.2,
"margin_top":0.3,
"space_width":1.5,
"space_height":1.0,
"subplot_ratio":0.9,
"ftsize":11
},
"slides_single":{
"plot_width":9.0,
"margin_left":1.8,
"margin_right":0.3,
"margin_bottom":1.6,
"margin_top":0.3,
"space_width":1.5,
"space_height":1.0,
"subplot_ratio":0.9,
"ftsize":16
},
"slides_double":{
"plot_width":19.0,
"margin_left":1.8,
"margin_right":0.3,
"margin_bottom":1.6,
"margin_top":0.3,
"space_width":1.5,
"space_height":1.0,
"subplot_ratio":0.9,
"ftsize":16
},
"PCI_single":{
"plot_width":6.8,
"margin_left":1.0,
"margin_right":0.15,
"margin_bottom":0.8,
"margin_top":0.1,
"space_width":0.5,
"space_height":0.5,
"subplot_ratio":0.9,
"ftsize":8
},
"PCI_double":{
"plot_width":14.4,
"margin_left":1.0,
"margin_right":0.15,
"margin_bottom":0.8,
"margin_top":0.1,
"space_width":0.5,
"space_height":0.5,
"subplot_ratio":0.9,
"ftsize":8
}
}