-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathzz-gl3d_cone-sizemode_vector.json
65 lines (65 loc) · 1.3 KB
/
zz-gl3d_cone-sizemode_vector.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"data": [
{
"type": "cone",
"x": [1, 2, 3],
"y": [1, 2, 3],
"z": [1, 2, 3],
"u": [1, 0, 0],
"v": [0, 3, 0],
"w": [0, 0, 2],
"sizemode": "vector",
"anchor": "tip",
"colorbar": {
"title": { "text": "vector<br>sizeref: 1" },
"x": 0,
"xanchor": "right"
}
},
{
"type": "cone",
"x": [1, 2, 3],
"y": [1, 2, 3],
"z": [1, 2, 3],
"u": [0.5, 0, 0],
"v": [0, 1.5, 0],
"w": [0, 0, 1],
"sizemode": "vector",
"anchor": "tip",
"colorbar": {
"title": { "text": "vector<br>sizeref: 1" }
},
"scene": "scene2"
}
],
"layout": {
"scene": {
"domain": {"x": [0, 0.5]},
"aspectratio": {
"x": 1.5,
"y": 1.5,
"z": 1.5
},
"camera": {
"projection": {"type": "orthographic"},
"up": {"x": 0, "y": 1, "z": 0},
"eye": {"x": 0, "y": 0, "z": 3}
}
},
"scene2": {
"domain": {"x": [0.5, 1]},
"aspectratio": {
"x": 1.5,
"y": 1.5,
"z": 1.5
},
"camera": {
"projection": {"type": "orthographic"},
"up": {"x": 0, "y": 1, "z": 0},
"eye": {"x": 0, "y": 0, "z": 3}
}
},
"width": 1000,
"height": 500
}
}