Skip to content

Commit aa13b91

Browse files
committed
Add baseline for connectgaps
1 parent 5a329da commit aa13b91

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
124 KB
Loading

test/image/mocks/zzz_smith_gaps.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scattersmith",
5+
"re": [0, 0.1, 0.5, 1, 2, 3, 4, 5, 10, 0.1, 0.5, 10],
6+
"im": [0, 0.1, 0.5, 1, 2, 3, 4, 5, 10, -0.1, -0.5, -10],
7+
"mode": "markers+lines"
8+
},
9+
{
10+
"type": "scattersmith",
11+
"re": [0, 0.1, null, 1, 2, 3, 4, 5, 10, 0.1, 0.5, 10],
12+
"im": [0, 0.1, 0.5, 1, 2, 3, 4, 5, 10, -0.1, -0.5, -10],
13+
"mode": "markers+lines",
14+
"subplot": "smith2"
15+
},
16+
{
17+
"type": "scattersmith",
18+
"re": [0, 0.1, null, 1, 2, 3, 4, 5, 10, 0.1, 0.5, 10],
19+
"im": [0, 0.1, 0.5, 1, 2, 3, 4, 5, 10, -0.1, -0.5, -10],
20+
"connectgaps": true,
21+
"mode": "markers+lines",
22+
"subplot": "smith3"
23+
}
24+
],
25+
"layout": {
26+
"smith": {
27+
"domain": {
28+
"x": [0, 0.46],
29+
"y": [0.56, 1]
30+
}
31+
},
32+
"smith2": {
33+
"domain": {
34+
"x": [0, 0.46],
35+
"y": [0, 0.44]
36+
}
37+
},
38+
"smith3": {
39+
"domain": {
40+
"x": [0.54, 1],
41+
"y": [0.56, 1]
42+
}
43+
},
44+
"showlegend": false,
45+
"margin": {"t": 40, "b": 40, "r": 40, "l": 40},
46+
"width": 800,
47+
"height": 800
48+
}
49+
}

0 commit comments

Comments
 (0)