Skip to content

Commit 9c45b4d

Browse files
committed
test
1 parent 1411dae commit 9c45b4d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"data": [{
3+
"x": [0.001, 0.01, 0.1, 1, 10, 100, 1000],
4+
"y": [0, 1, 2, 3, 4, 5, 6]
5+
}, {
6+
"xaxis": "x2",
7+
"yaxis": "y2",
8+
"x": [0.001, 0.01, 0.1, 1, 10, 100, 1000],
9+
"y": [0, 1, 2, 3, 4, 5, 6]
10+
}, {
11+
"xaxis": "x3",
12+
"yaxis": "y3",
13+
"x": [0.001, 0.01, 0.1, 1, 10, 100, 1000],
14+
"y": [0, 1, 2, 3, 4, 5, 6]
15+
}],
16+
"layout": {
17+
"grid": {
18+
"rows": 3,
19+
"columns": 1,
20+
"xgap": 0.25,
21+
"ygap": 0.25,
22+
"pattern": "independent"
23+
},
24+
"xaxis": {
25+
"type": "log",
26+
"minorloglabels": "small digits"
27+
},
28+
"xaxis2": {
29+
"type": "log",
30+
"minorloglabels": "exponential"
31+
},
32+
"xaxis3": {
33+
"type": "log",
34+
"minorloglabels": "full value"
35+
},
36+
"width": 1200,
37+
"height": 600
38+
}
39+
}

0 commit comments

Comments
 (0)