Skip to content

Commit 2ce8b24

Browse files
committed
new mock to lock issue 3359
1 parent 2935475 commit 2ce8b24

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"type": "heatmap",
5+
"x": [0, 1, 2],
6+
"y": [0, 1, 2],
7+
"z": [
8+
[0, 1, 0],
9+
[1, 0, 1],
10+
[0, 1, 0]
11+
]
12+
},
13+
{
14+
"type": "surface",
15+
"x": [0, 1, 2],
16+
"y": [0, 1, 2],
17+
"z": [
18+
[0, 1, 0],
19+
[1, 0, 1],
20+
[0, 1, 0]
21+
]
22+
}
23+
],
24+
"layout": {
25+
"title": "Surface 3d plot on top of 2d heatmap!",
26+
"width": 600,
27+
"height": 400
28+
}
29+
}

0 commit comments

Comments
 (0)