Skip to content

Commit 6f8d468

Browse files
committed
add multiple ternary image test
1 parent c3ab79f commit 6f8d468

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed
33.8 KB
Loading
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatterternary",
5+
"mode": "markers",
6+
"a": [
7+
0.1,
8+
0.2,
9+
0.3
10+
],
11+
"b": [
12+
0.3,
13+
0.2,
14+
0.1
15+
],
16+
"name": "c missing",
17+
"uid": "757d30"
18+
},
19+
{
20+
"type": "scatterternary",
21+
"mode": "markers",
22+
"a": [
23+
0.1,
24+
0.2,
25+
0.3
26+
],
27+
"c": [
28+
0.3,
29+
0.2,
30+
0.1
31+
],
32+
"subplot": "ternary2",
33+
"name": "b missing",
34+
"uid": "6c0753"
35+
},
36+
{
37+
"type": "scatterternary",
38+
"mode": "markers",
39+
"b": [
40+
0.1,
41+
0.2,
42+
0.3
43+
],
44+
"c": [
45+
0.3,
46+
0.2,
47+
0.1
48+
],
49+
"subplot": "ternary3",
50+
"name": "a missing",
51+
"uid": "12520d"
52+
}
53+
],
54+
"layout": {
55+
"ternary": {
56+
"domain": {
57+
"x": [
58+
0,
59+
0.5
60+
],
61+
"y": [
62+
0,
63+
0.4
64+
]
65+
}
66+
},
67+
"ternary2": {
68+
"domain": {
69+
"x": [
70+
0,
71+
0.5
72+
],
73+
"y": [
74+
0.6,
75+
1
76+
]
77+
}
78+
},
79+
"ternary3": {
80+
"domain": {
81+
"x": [
82+
0.5,
83+
1
84+
],
85+
"y": [
86+
0.25,
87+
0.75
88+
]
89+
}
90+
},
91+
"height": 450,
92+
"width": 700,
93+
"autosize": false
94+
}
95+
}

0 commit comments

Comments
 (0)