We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2935475 commit 2ce8b24Copy full SHA for 2ce8b24
test/image/mocks/gl3d_surface_after_heatmap.json
@@ -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
16
17
18
19
20
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