Skip to content

Commit 0305c8d

Browse files
committed
added new mock with baseline using v.1.42.5
1 parent 7a051c9 commit 0305c8d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"data": [
3+
{
4+
"type": "surface",
5+
"contours": {"x": {"show": true}, "y": {"show": true}, "z": {"show": true}},
6+
"x": [0, 0.4321, 1],
7+
"y": [0, 1],
8+
"z": [[54321.9876, 54322.9876, 54321.9876], [54322.9876, 54321.9876, 54322.9876]]
9+
},
10+
{
11+
"type": "surface",
12+
"contours": {"x": {"show": true}, "y": {"show": true}, "z": {"show": true}},
13+
"x": [0, 0.4321, 1],
14+
"y": [0, 1],
15+
"z": [[54323.9876, 54322.9876, 54323.9876], [54322.9876, 54323.9876, 54322.9876]]
16+
}
17+
],
18+
"layout": {
19+
"title": "Big numbers and surface contour precision",
20+
"width": 800,
21+
"height": 600,
22+
"scene": {
23+
"xaxis": {"nticks": 4},
24+
"yaxis": {"nticks": 4},
25+
"zaxis": {"nticks": 48},
26+
"camera": {
27+
"eye": {"x": 0, "y": 1.25, "z": 0},
28+
"center": {"x": 0, "y": 0, "z": 0},
29+
"up": {"x": 0, "y": 0, "z": 1}
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)