Skip to content

Commit 89eaf11

Browse files
committed
add three cone mocks
- unfortunately they don't render correctly in `imagetest`
1 parent cb7cb7f commit 89eaf11

File tree

6 files changed

+134293
-0
lines changed

6 files changed

+134293
-0
lines changed
31.2 KB
Loading
17.9 KB
Loading
25.8 KB
Loading
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter3d",
5+
"mode": "markers",
6+
"x": [1, 2, 3],
7+
"y": [1, 2, 3],
8+
"z": [1, 2, 3]
9+
},
10+
{
11+
"type": "cone",
12+
"x": [1, 2, 3],
13+
"y": [1, 2, 3],
14+
"z": [1, 2, 3],
15+
"u": [0.1, 0, 0],
16+
"v": [0, 0.3, 0],
17+
"w": [0, 0, 0.2]
18+
}
19+
],
20+
"layout": {
21+
"scene": {
22+
"xaxis": {
23+
"range": [-2, 5]
24+
},
25+
"yaxis": {
26+
"range": [-2, 5]
27+
},
28+
"zaxis": {
29+
"range": [-2, 5]
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)