We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7beccfb + bced8cc commit a00e8c3Copy full SHA for a00e8c3
2 files changed
test/image/baselines/gl3d_cone-wind.png
227 KB
test/image/mocks/gl3d_cone-wind.json
@@ -2,7 +2,8 @@
2
"data": [
3
{
4
"type": "cone",
5
- "sizeref": 1.5,
+ "sizemode": "raw",
6
+ "sizeref": 0.1,
7
"x": [
8
70.188,
9
71.791,
@@ -129165,19 +129166,23 @@
129165
129166
-0.25592,
129167
-0.61511
129168
],
- "colorscale": "Viridis",
129169
+ "colorscale": "Portland",
129170
"cmin": 0,
- "cmax": 100,
129171
+ "cmax": 80,
129172
"hoverinfo": "u+v+w+text",
129173
"text": "-> wind <-"
129174
}
129175
129176
"layout": {
129177
+ "width": 900,
129178
+ "height": 600,
129179
"scene": {
- "aspectratio": {
- "x": 1,
- "y": 1,
129180
- "z": 0.3
+ "camera": {
129181
+ "eye": {
129182
+ "x": 1.2,
129183
+ "y": 0,
129184
+ "z": 0.6
129185
+ }
129186
129187
129188
0 commit comments