Skip to content

Commit 1860058

Browse files
committed
Pointcloud - image test
1 parent 2235991 commit 1860058

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"data": [
3+
{
4+
"type": "pointcloud",
5+
"mode": "markers",
6+
"marker": {
7+
"sizemin": 0.5,
8+
"sizemax": 100,
9+
"arearatio": 0,
10+
"color": "rgba(255, 0, 0, 0.6)"
11+
},
12+
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
13+
"y": [9, 8, 7, 6, 5, 4, 3, 2, 1, 0]
14+
},
15+
{
16+
"type": "pointcloud",
17+
"mode": "markers",
18+
"marker": {
19+
"sizemin": 0.5,
20+
"sizemax": 100,
21+
"arearatio": 0,
22+
"color": "rgba(0, 0, 255, 0.9)",
23+
"opacity": 0.8,
24+
"blend": true
25+
},
26+
"opacity": 0.7,
27+
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
28+
"y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
29+
},
30+
{
31+
"type": "pointcloud",
32+
"mode": "markers",
33+
"marker": {
34+
"sizemin": 0.5,
35+
"sizemax": 100,
36+
"border": {
37+
"color": "rgb(0, 0, 0)",
38+
"arearatio": 0.7071
39+
},
40+
"color": "green",
41+
"opacity": 0.8,
42+
"blend": true
43+
},
44+
"opacity": 0.7,
45+
"x": [3, 4.5, 6],
46+
"y": [9, 9, 9]
47+
}
48+
],
49+
"layout": {
50+
"title": "Point Cloud - basic",
51+
"xaxis": {
52+
"type": "linear",
53+
"range": [
54+
-2.501411175139456,
55+
43.340777299865266
56+
],
57+
"autorange": true
58+
},
59+
"yaxis": {
60+
"type": "linear",
61+
"range": [
62+
4,
63+
6
64+
],
65+
"autorange": true
66+
},
67+
"height": 598,
68+
"width": 1080,
69+
"autosize": true,
70+
"showlegend": false
71+
}
72+
}

0 commit comments

Comments
 (0)