Skip to content

Commit 21e86b4

Browse files
committed
different connection radius
1 parent 6ab6a27 commit 21e86b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/image/mocks/gl3d_streamtubes_basic.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"data": [
33
{
4-
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
4+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,7],
55
"y":[7,5,6,4,2,3,1,3,-1,-4,-2],
6-
"z":[2,3,4,5,4,3,2,1,0,-1,-2],
6+
"z":[2,3,5,7,4,3,2,1,0,-2,-4],
77
"connectgaps": false,
88
"text": ["A","B","C","D","E","F","G","H","I","J","K"],
99
"mode": "lines+markers+text",
1010
"line": {
1111
"width": [10,16,12,18,20,28,22,24,14,26,30],
12-
"connectionradius": 0.3,
12+
"connectionradius": [0.3, 0.3, 0.3, 0.3, 0.3, 0.1, 0.3, 0.3, 0.3, 0.3, 0.3],
1313
"colorscale": "Viridis",
1414
"color": [0,1,2,3,4,5,6,7,8,9,10]
1515
},
1616
"marker": {
17-
"size": [29,32,32,32,32,40,32,32,32,32,29],
17+
"size": [29,32,32,32,32,50,32,32,32,32,29],
1818
"colorscale": "Viridis",
1919
"color": [10,9,8,7,6,5,4,3,2,1,0],
2020
"showscale": true

0 commit comments

Comments
 (0)