|
| 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 | + "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] |
| 30 | + }], |
| 31 | + "layout": { |
| 32 | + "grid": { |
| 33 | + "rows": 7, |
| 34 | + "columns": 1, |
| 35 | + "ygap": 0.8, |
| 36 | + "pattern": "independent" |
| 37 | + }, |
| 38 | + "xaxis": { |
| 39 | + "title": { "text": "none" }, |
| 40 | + "type": "log", |
| 41 | + "minorloglabels": "none", |
| 42 | + "minor": { "showgrid": true } |
| 43 | + }, |
| 44 | + "xaxis2": { |
| 45 | + "title": { "text": "small digits" }, |
| 46 | + "dtick": "D1", |
| 47 | + "type": "log", |
| 48 | + "minorloglabels": "small digits" |
| 49 | + }, |
| 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", |
| 75 | + "type": "log", |
| 76 | + "minorloglabels": "complete", |
| 77 | + "minor": { "showgrid": true } |
| 78 | + }, |
| 79 | + "title": { |
| 80 | + "text": "options of minorloglabels" |
| 81 | + }, |
| 82 | + "width": 1400, |
| 83 | + "height": 1200, |
| 84 | + "showlegend": false |
| 85 | + } |
| 86 | +} |
0 commit comments