Skip to content

Commit c486519

Browse files
tests
1 parent b44bd6a commit c486519

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
26.5 KB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"data": [
3+
{
4+
"type": "heatmap",
5+
"x": [
6+
0.0001,
7+
0.001,
8+
0.01
9+
],
10+
"y": [
11+
0.0001,
12+
0.001,
13+
0.01
14+
],
15+
"z": [
16+
[
17+
1,
18+
2,
19+
3
20+
],
21+
[
22+
3,
23+
2,
24+
1
25+
],
26+
[
27+
7,
28+
2,
29+
7
30+
]
31+
]
32+
}
33+
],
34+
"layout": {
35+
"title": {"text": "log scale heatmap"},
36+
"xaxis": {
37+
"type": "log"
38+
},
39+
"yaxis": {
40+
"type": "log"
41+
},
42+
"height": 598,
43+
"width": 1080,
44+
"autosize": true,
45+
"showlegend": false
46+
}
47+
}

0 commit comments

Comments
 (0)