forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gl3d_line_rectangle_render.json
72 lines (72 loc) · 2.36 KB
/
gl3d_line_rectangle_render.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
66
67
68
69
70
71
72
{
"data": [
{
"x":[-2,-1.867,-1.5,-1,-0.5,-0.134,0,-0.134,-0.5,-1,-1.5,-1.867,-2],
"y":[-0.001,-0.5,-0.867,-1,-0.867,-0.5,0,0.499,0.866,1,0.866,0.499,0],
"z":[-2,-1.667,-1.334,-1,-0.667,-0.334,0,0.333,0.666,1,1.333,1.666,2],
"type": "scatter3d", "mode": "lines", "line": {"width": 20, "dash": "dash"}
},
{
"x":[-0.001,-0.5,-0.867,-1,-0.867,-0.5,0,0.499,0.866,1,0.866,0.499,0],
"y":[-2,-1.667,-1.334,-1,-0.667,-0.334,0,0.333,0.666,1,1.333,1.666,2],
"z":[-2,-1.867,-1.5,-1,-0.5,-0.134,0,-0.134,-0.5,-1,-1.5,-1.867,-2],
"type": "scatter3d", "mode": "lines", "line": {"width": 20, "dash": "dash"}
},
{
"x":[-2,-1.667,-1.334,-1,-0.667,-0.334,0,0.333,0.666,1,1.333,1.666,2],
"y":[-2,-1.867,-1.5,-1,-0.5,-0.134,0,-0.134,-0.5,-1,-1.5,-1.867,-2],
"z":[-0.001,-0.5,-0.867,-1,-0.867,-0.5,0,0.499,0.866,1,0.866,0.499,0],
"type": "scatter3d", "mode": "lines", "line": {"width": 20, "dash": "dash"}
},
{
"x":[0,0.133,0.5,1,1.5,1.866,2,1.866,1.5,1,0.5,0.133,0],
"y":[-0.001,-0.5,-0.867,-1,-0.867,-0.5,0,0.499,0.866,1,0.866,0.499,0],
"z":[-2,-1.667,-1.334,-1,-0.667,-0.334,0,0.333,0.666,1,1.333,1.666,2],
"type": "scatter3d", "mode": "lines", "line": {"width": 10}
},
{
"x":[-0.001,-0.5,-0.867,-1,-0.867,-0.5,0,0.499,0.866,1,0.866,0.499,0],
"y":[-2,-1.667,-1.334,-1,-0.667,-0.334,0,0.333,0.666,1,1.333,1.666,2],
"z":[0,0.133,0.5,1,1.5,1.866,2,1.866,1.5,1,0.5,0.133,0],
"type": "scatter3d", "mode": "lines", "line": {"width": 10}
},
{
"x":[-2,-1.667,-1.334,-1,-0.667,-0.334,0,0.333,0.666,1,1.333,1.666,2],
"y":[0,0.133,0.5,1,1.5,1.866,2,1.866,1.5,1,0.5,0.133,0],
"z":[-0.001,-0.5,-0.867,-1,-0.867,-0.5,0,0.499,0.866,1,0.866,0.499,0],
"type": "scatter3d", "mode": "lines", "line": {"width": 10}
}
],
"layout": {
"width": 1200,
"height": 900,
"scene": {
"camera": {
"eye": {
"x": -1.0,
"y": -1.0,
"z": -1.0
},
"center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"up": {
"x": 0.0,
"y": 0.0,
"z": 1.0
}
},
"xaxis": {
"title": "<==X.X==>"
},
"yaxis": {
"title": "<==Y.Y==>"
},
"zaxis": {
"title": "<==Z.Z==>"
}
}
}
}