|
1 | 1 | {
|
2 | 2 | "data": [{
|
3 | 3 | "type": "isosurface",
|
4 |
| - "colorscale": "Portland", |
| 4 | + "colorscale": "Rainbow", |
5 | 5 | "reversescale": false,
|
6 |
| - "surface": { "show": true, "fill": 0.8 }, |
| 6 | + "surface": { "show": true, "fill": 1 }, |
7 | 7 | "spaceframe": { "show": false },
|
8 | 8 | "slices": {
|
9 |
| - "x": { "show": true, "fill": 1, "locations": [0, -0.45, -0.9, -1.8] }, |
| 9 | + "x": { "show": true, "fill": 1, "locations": [-0.9, -0.6, 0] }, |
10 | 10 | "y": { "show": false },
|
11 | 11 | "z": { "show": true, "fill": 1 }
|
12 | 12 | },
|
|
19 | 19 | "show": true,
|
20 | 20 | "width": 4
|
21 | 21 | },
|
22 |
| - "x": [ -4.500, -4.050, -3.600, -3.150, -2.700, -2.250, -1.800, -1.350, -0.900, -0.450, 0.000, 0.450, 0.900, 1.350, 1.800, 2.250, 2.700, 3.150, 3.600, 4.050, 4.500 ], |
23 |
| - "y": [ -4.500, -4.050, -3.600, -3.150, -2.700, -2.250, -1.800, -1.350, -0.900, -0.450, 0.000, 0.450, 0.900, 1.350, 1.800, 2.250, 2.700, 3.150, 3.600, 4.050, 4.500 ], |
24 |
| - "z": [ 1.000, 1.450, 1.900, 2.350, 2.800, 3.250, 3.700, 4.150, 4.600, 5.050, 5.500, 5.950, 6.400, 6.850, 7.300, 7.750, 8.200, 8.650, 9.100, 9.550, 10.000 ], |
25 |
| - "isomin": 250, |
| 22 | + "x": [ -4.5, -4.05, -3.6, -3.15, -2.7, -2.25, -1.8, -1.35, -0.9, -0.45, 0, 0.45, 0.9, 1.35, 1.8, 2.25, 2.7, 3.15, 3.6, 4.05, 4.5 ], |
| 23 | + "y": [ -4.5, -4.05, -3.6, -3.15, -2.7, -2.25, -1.8, -1.35, -0.9, -0.45, 0, 0.45, 0.9, 1.35, 1.8, 2.25, 2.7, 3.15, 3.6, 4.05, 4.5 ], |
| 24 | + "z": [ 1, 1.45, 1.9, 2.35, 2.8, 3.25, 3.7, 4.15, 4.6, 5.05, 5.5, 5.95, 6.4, 6.85, 7.3, 7.75, 8.2, 8.65, 9.1, 9.55, 10 ], |
| 25 | + "isomin": 200, |
26 | 26 | "isomax": 500,
|
27 | 27 | "value": [
|
28 | 28 | 750, 703, 660, 623, 590, 563, 540, 523, 510, 502, 500, 502, 510, 523, 540, 563, 590, 623, 660, 702, 750,
|
|
502 | 502 | }],
|
503 | 503 | "layout": {
|
504 | 504 | "title": {
|
505 |
| - "text": "Spherical isosurface trace on logarithmic axes with horizontal caps & slices as well as vertical slices on desired locations" |
| 505 | + "text": "Spherical isosurface trace on logarithmic axes with horizontal caps & slices as well as 3 vertical slices on desired locations" |
506 | 506 | },
|
507 | 507 | "width": 1200,
|
508 | 508 | "height": 900,
|
|
512 | 512 | "zaxis": { "nticks": 12, "type": "log", "title" : { "text": "Logarithmic axis" }},
|
513 | 513 | "camera": {
|
514 | 514 | "eye": {
|
515 |
| - "x": -1.5, |
516 |
| - "y": -1.0, |
517 |
| - "z": 0.25 |
| 515 | + "x": 0.75, |
| 516 | + "y": -1.75, |
| 517 | + "z": 0.2 |
518 | 518 | }
|
519 | 519 | }
|
520 | 520 | }
|
|
0 commit comments