-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·41 lines (37 loc) · 1.06 KB
/
config.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
38
39
40
41
{
"basic": {
"type":"macaque",
"coordination":[[400,85],
[480,80],
[560,75],
[640,70],
[720,70],
[390,155],
[470,150],
[550,145],
[630,140],
[710,140],
[380,225],
[460,220],
[540,215],
[620,210],
[700,210],
[360,295],
[440,290],
[520,285],
[600,280],
[680,280]
]
},
"plot_setting":{
"marker_size": 500,
"marker_shape": "8",
"scale": [0, 1.0],
"colormap_type": "jet",
"font_size": 14,
"vis_colorbar": true,
"cbar_interval": 0.2,
"dpi":300,
"transparent":true
}
}