Created
April 26, 2019 11:32
-
-
Save ukos-git/a2cf20c8a6d119197255eba74432fb90 to your computer and use it in GitHub Desktop.
plotly test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"x0": 0, | |
"dx": 1, | |
"y": [ | |
0, | |
1, | |
8, | |
27, | |
64, | |
125, | |
216, | |
343, | |
512, | |
729, | |
1000, | |
1331, | |
1728, | |
2197, | |
2744, | |
3375, | |
4096, | |
4913, | |
5832, | |
6859, | |
8000, | |
9261, | |
10648, | |
12167, | |
13824, | |
15625, | |
17576, | |
19683, | |
21952, | |
24389, | |
27000, | |
29791, | |
32768, | |
35937, | |
39304, | |
42875, | |
46656, | |
50653, | |
54872, | |
59319, | |
64000, | |
68921, | |
74088, | |
79507, | |
85184, | |
91125, | |
97336, | |
103823, | |
110592, | |
117649, | |
125000, | |
132651, | |
140608, | |
148877, | |
157464, | |
166375, | |
175616, | |
185193, | |
195112, | |
205379, | |
216000, | |
226981, | |
238328, | |
250047, | |
262144, | |
274625, | |
287496, | |
300763, | |
314432, | |
328509, | |
343000, | |
357911, | |
373248, | |
389017, | |
405224, | |
421875, | |
438976, | |
456533, | |
474552, | |
493039, | |
512000, | |
531441, | |
551368, | |
571787, | |
592704, | |
614125, | |
636056, | |
658503, | |
681472, | |
704969, | |
729000, | |
753571, | |
778688, | |
804357, | |
830584, | |
857375, | |
884736, | |
912673, | |
941192, | |
970299, | |
1000000, | |
1030301, | |
1061208, | |
1092727, | |
1124864, | |
1157625, | |
1191016, | |
1225043, | |
1259712, | |
1295029, | |
1331000, | |
1367631, | |
1404928, | |
1442897, | |
1481544, | |
1520875, | |
1560896, | |
1601613, | |
1643032, | |
1685159, | |
1728000, | |
1771561, | |
1815848, | |
1860867, | |
1906624, | |
1953125, | |
2000376, | |
2048383 | |
], | |
"line": { | |
"color": "rgb(255,0,0)", | |
"dash": "solid", | |
"width": 1 | |
}, | |
"name": "test", | |
"type": "scatter", | |
"mode": "lines" | |
} | |
], | |
"layout": { | |
"xaxis": { | |
"domain": [ | |
0, | |
1 | |
], | |
"side": "bottom", | |
"title": "emission / nm", | |
"titlefont": { | |
"color": "rgb(0,0,0)" | |
}, | |
"linecolor": "rgb(0,0,0)", | |
"showline": true, | |
"linewidth": 1, | |
"zeroline": false, | |
"mirror": false, | |
"showgrid": false, | |
"tickwidth": 1, | |
"tickcolor": "rgb(0,0,0)", | |
"tickfont": { | |
"color": "rgb(0,0,0)" | |
}, | |
"ticklen": 9, | |
"ticks": "outside", | |
"type": "linear", | |
"exponentformat": "power", | |
"range": [ | |
0, | |
127 | |
] | |
}, | |
"yaxis": { | |
"domain": [ | |
0, | |
1 | |
], | |
"side": "left", | |
"title": "excitation / nm", | |
"titlefont": { | |
"color": "rgb(0,0,0)" | |
}, | |
"linecolor": "rgb(0,0,0)", | |
"showline": true, | |
"linewidth": 1, | |
"zeroline": false, | |
"mirror": false, | |
"showgrid": false, | |
"tickwidth": 1, | |
"tickcolor": "rgb(0,0,0)", | |
"tickfont": { | |
"color": "rgb(0,0,0)" | |
}, | |
"ticklen": 9, | |
"ticks": "outside", | |
"type": "linear", | |
"exponentformat": "power", | |
"range": [ | |
0, | |
2048383 | |
] | |
}, | |
"showlegend": false, | |
"height": 323, | |
"width": 546, | |
"autosize": false, | |
"margin": { | |
"l": 103, | |
"r": 39, | |
"t": 51, | |
"b": 61 | |
}, | |
"plot_bgcolor": "rgb(255,255,255)", | |
"paper_bgcolor": "rgb(255,255,255)", | |
"separators": ".", | |
"font": { | |
"family": "Arial", | |
"size": 13, | |
"color": "rgb(0,0,0)" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment