Skip to content

Commit b55d0c6

Browse files
committed
converting mono and palette lines
1 parent 36d80b4 commit b55d0c6

12 files changed

+76
-93
lines changed
Loading
Binary file not shown.
-55.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"data": [
3+
{
4+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
5+
"y":[7,5,6,4,2,3,1,3,-1,-4,-2],
6+
"z":[0,0,0,0,0,0,0,0,0,0,0],
7+
"mode": "lines+markers",
8+
"line": {
9+
"width": 5,
10+
"colorscale": "Viridis",
11+
"color": [1,2,3,4,5,6,7,8,9,10]
12+
},
13+
"marker": {
14+
"size": 5
15+
},
16+
"type":"scatter3d"
17+
},
18+
{
19+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
20+
"y":[10,8,9,7,5,6,4,6,2,-1,1],
21+
"z":[0,0,0,0,0,0,0,0,0,0,0],
22+
"mode": "lines",
23+
"line": {
24+
"width": 8,
25+
"color": "magenta"
26+
},
27+
"marker": {
28+
"size": 10
29+
},
30+
"type":"scatter3d"
31+
},
32+
{
33+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
34+
"y":[12,10,11,9,7,8,6,8,4,1,3],
35+
"z":[0,0,0,0,0,0,0,0,0,0,0],
36+
"mode": "lines+markers",
37+
"line": {
38+
"width": 8,
39+
"color": "magenta"
40+
},
41+
"marker": {
42+
"size": 5
43+
},
44+
"type":"scatter3d"
45+
},
46+
{
47+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
48+
"y":[16,14,15,13,11,12,10,12,8,5,7],
49+
"z":[0,0,0,0,0,0,0,0,0,0,0],
50+
"mode": "lines",
51+
"line": {
52+
"colorscale": "Viridis",
53+
"color": [1,2,3,4,5,6,7,8,9,10],
54+
"width": 5
55+
},
56+
"type":"scatter3d"
57+
},
58+
{
59+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
60+
"y":[20,18,19,17,15,16,14,16,12,9,11],
61+
"z":[0,0,0,0,0,0,0,0,0,0,0],
62+
"mode": "lines",
63+
"line": {
64+
"width": 4
65+
},
66+
"type":"scatter3d"
67+
}
68+
69+
70+
],
71+
"layout": {
72+
"title": "Monochrome and palette based line plots",
73+
"height":758,
74+
"width":1310
75+
}
76+
}

test/image/mocks/gl3d_scatter-color-mono-with-default-marker.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/image/mocks/gl3d_scatter-color-mono.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/image/mocks/gl3d_scatter-color-palette-with-default-marker.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/image/mocks/gl3d_scatter-color-palette.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/image/mocks/gl3d_scatter-color-unspecified.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)