-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathsmith_blank.json
110 lines (110 loc) · 2.12 KB
/
smith_blank.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"data": [{
"type": "scattersmith",
"real": [],
"imag": []
}, {
"type": "scattersmith",
"real": [],
"imag": [],
"subplot": "smith2"
}, {
"type": "scattersmith",
"real": [],
"imag": [],
"subplot": "smith3"
}, {
"type": "scattersmith",
"mode": "markers+text",
"real": [0, 1, 1, 0],
"imag": [0, 0, 1, 1],
"marker": {
"size": 20,
"color": ["red", "green", "blue", "orange"]
},
"text": ["red", "green", "blue", "orange"],
"textposition": ["right", "bottom", "left", "top"],
"textfont": {
"color": ["red", "green", "blue", "orange"]
},
"cliponaxis": false,
"subplot": "smith4"
}, {
"type": "scattersmith",
"real": [1],
"imag": [0],
"subplot": "smith5"
}],
"layout": {
"smith": {
"domain": {
"x": [0, 0.46],
"y": [0.56, 1]
},
"imaginaryaxis": {
"labelalias": { "0": "ZERO<sup>2</sup>" }
},
"realaxis": {
"side": "top"
}
},
"smith2": {
"domain": {
"x": [0, 0.46],
"y": [0, 0.44]
},
"imaginaryaxis": {
"showline": true,
"showgrid": false,
"showticklabels": false,
"ticks": ""
},
"realaxis": {
"showline": false,
"showgrid": false,
"showticklabels": false,
"ticks": ""
}
},
"smith3": {
"domain": {
"x": [0.54, 1],
"y": [0.56, 1]
},
"realaxis": {
"ticks": "top",
"side": "bottom"
},
"imaginaryaxis": {"visible": false}
},
"smith4": {
"domain": {
"x": [0.54, 1],
"y": [0, 0.44]
},
"realaxis": {"visible": false}
},
"smith5": {
"domain": {
"x": [0.12, 0.34],
"y": [0.11, 0.34]
},
"realaxis": {
"ticks": "",
"tickvals": [0, 1, 2, 3]
},
"imaginaryaxis": {
"tickvals": [-3, -2, -1, 0, 1, 2, 3]
}
},
"showlegend": false,
"width": 500,
"height": 500,
"margin": {
"t": 30,
"b": 30,
"l": 30,
"r": 30
}
}
}