Skip to content

Commit 55470ed

Browse files
committed
plotly#581 adding a scatter3d mock json and png with colorful lines
1 parent e1566e7 commit 55470ed

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed
Loading
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"data": [{
3+
"x":["-4","-3","-2","-1","0","1","2","3","4","5","6"],
4+
"y":["7","5","6","4","2","3","1","3","-1","-4","-2"],
5+
"z":["2","3","4","5","4","3","2","1","0","-1","-2"],
6+
"marker": {
7+
"color": "blue"
8+
},
9+
"line": {
10+
"width": 10,
11+
"color": [
12+
"rgb(166,206,227)",
13+
"rgb(31,120,180)",
14+
"rgb(31,120,180)",
15+
"rgb(178,223,138)",
16+
"rgb(51,160,44)",
17+
"rgb(51,160,44)",
18+
"rgb(251,154,153)",
19+
"rgb(227,26,28)",
20+
"rgb(255,127,0)",
21+
"rgb(106,61,154)",
22+
"rgb(106,61,154)"
23+
]
24+
},
25+
"name":"Col3",
26+
"type":"scatter3d",
27+
"xsrc":":c54135",
28+
"ysrc":":a7b14d",
29+
"zsrc":":7b7778",
30+
"uid":"3e38e6"
31+
}],
32+
"layout": {
33+
"yaxis":{
34+
"type":"linear",
35+
"autorange":true,
36+
"rangemode":"normal",
37+
"showline":true,
38+
"mirror":true,
39+
"showgrid":true,
40+
"zeroline":false,
41+
"zerolinecolor":"rgb(214, 39, 40)"
42+
},"xaxis":{
43+
"type":"linear",
44+
"autorange":true,
45+
"rangemode":"normal",
46+
"showline":true,
47+
"mirror":true,
48+
"showgrid":true,
49+
"zeroline":false,
50+
"zerolinecolor":"rgb(214, 39, 40)"
51+
},"scene":{
52+
"xaxis":{
53+
"type":"linear",
54+
"autorange":true,
55+
"rangemode":"normal",
56+
"showline":true,
57+
"mirror":true,
58+
"showgrid":true,
59+
"zeroline":false,
60+
"zerolinecolor":"rgb(214, 39, 40)"
61+
},"yaxis":{
62+
"type":"linear",
63+
"autorange":true,
64+
"rangemode":"normal",
65+
"showline":true,
66+
"mirror":true,
67+
"showgrid":true,
68+
"zeroline":false,
69+
"zerolinecolor":"rgb(214, 39, 40)"
70+
},"zaxis":{
71+
"type":"linear",
72+
"autorange":false,
73+
"rangemode":"normal",
74+
"showline":true,
75+
"mirror":true,
76+
"showgrid":true,
77+
"zeroline":false,
78+
"zerolinecolor":"rgb(214, 39, 40)",
79+
"range":[-3,6]
80+
}
81+
},
82+
"height":758,
83+
"width":1310,
84+
"autosize":true,
85+
"showlegend":false,
86+
"dragmode":"rotate"
87+
}
88+
}

0 commit comments

Comments
 (0)