|
2 | 2 | "data": [
|
3 | 3 | {
|
4 | 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]] |
| 5 | + "contours": {"x": {"show": false}, "y": {"show": false}, "z": {"show": true}}, |
| 6 | + "x": [0, 0.1485, 0.5, 0.9090, 1], |
| 7 | + "y": [0, 0.5, 1], |
| 8 | + "z": [ |
| 9 | + [54321.9876, 54322.9876, 54321.9876, 54322.9876, 54321.9876], |
| 10 | + [54322.9876, 54321.9876, 54322.9876, 54321.9876, 54322.9876], |
| 11 | + [54321.9876, 54322.9876, 54321.9876, 54322.9876, 54321.9876] |
| 12 | + ] |
9 | 13 | },
|
10 | 14 | {
|
11 | 15 | "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 | + "contours": {"x": {"show": false}, "y": {"show": false}, "z": {"show": true}}, |
| 17 | + "x": [0, 0.1485, 0.5, 0.9090, 1], |
| 18 | + "y": [0, 0.5, 1], |
| 19 | + "z": [ |
| 20 | + [54323.9876, 54322.9876, 54323.9876, 54322.9876, 54323.9876], |
| 21 | + [54322.9876, 54323.9876, 54322.9876, 54323.9876, 54322.9876], |
| 22 | + [54323.9876, 54322.9876, 54323.9876, 54322.9876, 54323.9876] |
| 23 | + ] |
16 | 24 | }
|
17 | 25 | ],
|
18 | 26 | "layout": {
|
|
24 | 32 | "yaxis": {"nticks": 4},
|
25 | 33 | "zaxis": {"nticks": 48},
|
26 | 34 | "camera": {
|
27 |
| - "eye": {"x": 0, "y": 1.25, "z": 0}, |
| 35 | + "eye": {"x": 1, "y": 1, "z": 0}, |
28 | 36 | "center": {"x": 0, "y": 0, "z": 0},
|
29 | 37 | "up": {"x": 0, "y": 0, "z": 1}
|
30 | 38 | }
|
|
0 commit comments