Skip to content

Commit 4f9f839

Browse files
committed
added new mock and baseline for previous state
1 parent 2eeda5a commit 4f9f839

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data":[
3+
{
4+
"type": "surface",
5+
"contours": {
6+
"x": {"show": true},
7+
"y": {"show": true},
8+
"z": {"show": false}
9+
},
10+
"x": [0, 4],
11+
"y": [0, 1, 2, 3, 4],
12+
"z": [[0, 0], [0, 0], [0, 1], [1, 1], [1, 1]]
13+
}
14+
],
15+
"layout": {
16+
"title": "Tick distances and contour lines in perspective view.",
17+
"width": 1000,
18+
"height": 500,
19+
"scene": {
20+
"xaxis": {"nticks": 32},
21+
"yaxis": {"nticks": 32},
22+
"camera": {
23+
"center": {"x": 0, "y": 0.25, "z": 0.0},
24+
"eye": {"x": 0.75, "y": 0.25, "z": 0.25},
25+
"up": {"x": 0, "y": 0, "z": 1}
26+
}
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)