|
1 | 1 | { |
2 | 2 | "data": [{ |
3 | | - "name": "small digits", |
4 | 3 | "x": [0.001, 0.01, 0.1, 1, 10, 100, 1000], |
5 | 4 | "y": [0, 1, 2, 3, 4, 5, 6] |
6 | 5 | }, { |
7 | | - "name": "complete", |
8 | 6 | "xaxis": "x2", |
9 | 7 | "yaxis": "y2", |
10 | 8 | "x": [0.001, 0.01, 0.1, 1, 10, 100, 1000], |
11 | 9 | "y": [0, 1, 2, 3, 4, 5, 6] |
12 | 10 | }, { |
13 | | - "name": "none", |
14 | 11 | "xaxis": "x3", |
15 | 12 | "yaxis": "y3", |
16 | 13 | "x": [0.001, 0.01, 0.1, 1, 10, 100, 1000], |
17 | 14 | "y": [0, 1, 2, 3, 4, 5, 6] |
| 15 | + }, { |
| 16 | + "xaxis": "x4", |
| 17 | + "yaxis": "y4", |
| 18 | + "x": [0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000, 10000, 100000], |
| 19 | + "y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] |
| 20 | + }, { |
| 21 | + "xaxis": "x5", |
| 22 | + "yaxis": "y5", |
| 23 | + "x": [0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000, 10000, 100000], |
| 24 | + "y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] |
| 25 | + }, { |
| 26 | + "xaxis": "x6", |
| 27 | + "yaxis": "y6", |
| 28 | + "x": [0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000, 10000, 100000], |
| 29 | + "y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] |
18 | 30 | }], |
19 | 31 | "layout": { |
20 | 32 | "grid": { |
21 | | - "rows": 3, |
| 33 | + "rows": 7, |
22 | 34 | "columns": 1, |
23 | | - "xgap": 0.25, |
24 | | - "ygap": 0.25, |
| 35 | + "ygap": 0.8, |
25 | 36 | "pattern": "independent" |
26 | 37 | }, |
27 | 38 | "xaxis": { |
| 39 | + "title": { "text": "none" }, |
28 | 40 | "type": "log", |
29 | | - "minorloglabels": "small digits" |
| 41 | + "minorloglabels": "none", |
| 42 | + "minor": { "showgrid": true } |
30 | 43 | }, |
31 | 44 | "xaxis2": { |
| 45 | + "title": { "text": "small digits" }, |
| 46 | + "dtick": "D1", |
32 | 47 | "type": "log", |
33 | | - "minorloglabels": "complete" |
| 48 | + "minorloglabels": "small digits" |
34 | 49 | }, |
35 | 50 | "xaxis3": { |
| 51 | + "title": { "text": "small digits" }, |
| 52 | + "dtick": "D2", |
| 53 | + "type": "log", |
| 54 | + "minorloglabels": "small digits" |
| 55 | + }, |
| 56 | + "xaxis4": { |
| 57 | + "title": { "text": "complete" }, |
| 58 | + "dtick": "D2", |
| 59 | + "type": "log", |
| 60 | + "minorloglabels": "complete", |
| 61 | + "minor": { "showgrid": true } |
| 62 | + }, |
| 63 | + "xaxis5": { |
| 64 | + "title": { "text": "complete <br> exponentformat: 'e'" }, |
| 65 | + "exponentformat": "e", |
| 66 | + "dtick": "D2", |
| 67 | + "type": "log", |
| 68 | + "minorloglabels": "complete", |
| 69 | + "minor": { "showgrid": true } |
| 70 | + }, |
| 71 | + "xaxis6": { |
| 72 | + "title": { "text": "complete <br> exponentformat: 'power'" }, |
| 73 | + "exponentformat": "power", |
| 74 | + "dtick": "D2", |
36 | 75 | "type": "log", |
37 | | - "minorloglabels": "none" |
| 76 | + "minorloglabels": "complete", |
| 77 | + "minor": { "showgrid": true } |
38 | 78 | }, |
39 | 79 | "title": { |
40 | 80 | "text": "options of minorloglabels" |
41 | 81 | }, |
42 | | - "width": 1200, |
43 | | - "height": 600 |
| 82 | + "width": 1400, |
| 83 | + "height": 1200, |
| 84 | + "showlegend": false |
44 | 85 | } |
45 | 86 | } |
0 commit comments