Skip to content

Commit 42e7e40

Browse files
committed
validate mesh3d, cone, isosurface & volume mocks
1 parent 8f47a7a commit 42e7e40

24 files changed

+67
-66
lines changed

test/image/mocks/gl3d_cone-absolute.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,9 @@
13681368
],
13691369
"layout": {
13701370
"width": 900,
1371-
"title": "",
1371+
"title": {
1372+
"text": ""
1373+
},
13721374
"scene": {
13731375
"aspectratio": {
13741376
"y": 1,

test/image/mocks/gl3d_cone-newplot_reversed_ranges.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@
130130
"layout": {
131131
"height": 758,
132132
"width": 1310,
133-
"title": "Cone objects with Y-axis using autorange: 'reversed'",
133+
"title": {
134+
"text": "Cone objects with Y-axis using autorange: 'reversed'"
135+
},
134136
"scene": {
135137
"yaxis": {
136138
"autorange": "reversed"

test/image/mocks/gl3d_cone-rossler.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11334,7 +11334,9 @@
1133411334
],
1133511335
"layout": {
1133611336
"width": 600,
11337-
"title": "Cone plot along a trajectory within the Rössler attractor",
11337+
"title": {
11338+
"text": "Cone plot along a trajectory within the Rössler attractor"
11339+
},
1133811340
"scene": {
1133911341
"aspectratio": {
1134011342
"y": 1,

test/image/mocks/gl3d_cone-simple.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"anchor": "tip",
1414
"colorbar": {
1515
"x": 0,
16-
"xanchor": "right",
17-
"side": "left"
16+
"xanchor": "right"
1817
}
1918
},
2019
{

test/image/mocks/gl3d_isosurface_1single-surface_middle-range.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"z": { "show": true }
1717
},
1818
"contour": {
19-
"show": false,
20-
"width": 4
19+
"show": false
2120
},
2221
"isomin": 250,
2322
"isomax": 1250,

test/image/mocks/gl3d_isosurface_2surfaces-checker_spaceframe.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"z": { "show": false }
1717
},
1818
"contour": {
19-
"show": false,
20-
"width": 4
19+
"show": false
2120
},
2221
"isomin": 250,
2322
"isomax": 1250,

test/image/mocks/gl3d_isosurface_5more-surfaces_between-ranges.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"z": { "show": false }
1717
},
1818
"contour": {
19-
"show": false,
20-
"width": 4
19+
"show": false
2120
},
2221
"isomin": 250,
2322
"isomax": 1250,

test/image/mocks/gl3d_isosurface_9more-surfaces_between-ranges_orthographic.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
"z": { "show": false }
1717
},
1818
"contour": {
19-
"show": false,
20-
"width": 4
19+
"show": false
2120
},
22-
"isomin": null,
23-
"isomax": null,
2421
"value": [
2522

2623
0, 259, 500, 707, 866, 966, 1000, 966, 866, 707, 500, 259, 0, -259, -500, -707, -866, -966, -1000, -966, -866, -707, -500, -259, 0,

test/image/mocks/gl3d_isosurface_math.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66
"surface": { "show": true, "fill": 0.4 },
77
"spaceframe": { "show": true, "fill": 0.1 },
88
"slices": {
9-
"x": { "show": false, "fill": 0.5 },
10-
"y": { "show": false, "fill": 0.5 },
11-
"z": { "show": false, "fill": 0.5 }
9+
"x": { "show": false },
10+
"y": { "show": false },
11+
"z": { "show": false }
1212
},
1313
"caps": {
1414
"x": { "show": true, "fill": 1 },
1515
"y": { "show": true, "fill": 1 },
1616
"z": { "show": true, "fill": 1 }
1717
},
1818
"contour": {
19-
"show": false,
20-
"width": 4
19+
"show": false
2120
},
2221
"isomin": 4.0,
2322
"isomax": 40.0,

test/image/mocks/gl3d_isosurface_multiple-traces.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"z": { "show": true }
1818
},
1919
"contour": {
20-
"show": false,
21-
"width": 4
20+
"show": false
2221
},
2322
"isomin": 150,
2423
"isomax": 250,
@@ -407,8 +406,7 @@
407406
"z": { "show": true }
408407
},
409408
"contour": {
410-
"show": false,
411-
"width": 4
409+
"show": false
412410
},
413411
"isomin": 150,
414412
"isomax": 250,

0 commit comments

Comments
 (0)