Skip to content

Commit ef90f13

Browse files
committed
improve smith test for prefix, suffix and tickangle
1 parent b9ed688 commit ef90f13

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
-17.8 KB
Loading

test/image/mocks/zzz_smith_template.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@
3535
"smith": {
3636
"bgcolor": "darkred",
3737
"realaxis": {
38+
"tickvals": [0.125, 0.25, 0.5, 1, 2, 4],
3839
"tickfont": {
40+
"family": "Gravitas One",
41+
"size": 14,
3942
"color": "orange"
4043
},
44+
"tickangle": -90,
45+
"tickprefix": "[",
46+
"ticksuffix": "]",
4147
"side": "bottom",
4248
"ticks": "bottom",
4349
"ticklen": 10,
@@ -47,6 +53,14 @@
4753
"linecolor": "white"
4854
},
4955
"imaginaryaxis": {
56+
"tickvals": [-4, -2, -1, -0.5, 0, 0.5, 1, 2, 4],
57+
"tickfont": {
58+
"family": "Times New Roman",
59+
"size": 16,
60+
"color": "darkblue"
61+
},
62+
"tickprefix": "i ",
63+
"ticksuffix": " j",
5064
"ticks": "inside",
5165
"ticklen": 10,
5266
"tickwidth": 5,

0 commit comments

Comments
 (0)