Skip to content

Commit a00e8c3

Browse files
authored
Merge pull request #6972 from plotly/raw-gl3d_cone-wind
Use raw sizemode in a cone mock
2 parents 7beccfb + bced8cc commit a00e8c3

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
227 KB
Loading

test/image/mocks/gl3d_cone-wind.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"data": [
33
{
44
"type": "cone",
5-
"sizeref": 1.5,
5+
"sizemode": "raw",
6+
"sizeref": 0.1,
67
"x": [
78
70.188,
89
71.791,
@@ -129165,19 +129166,23 @@
129165129166
-0.25592,
129166129167
-0.61511
129167129168
],
129168-
"colorscale": "Viridis",
129169+
"colorscale": "Portland",
129169129170
"cmin": 0,
129170-
"cmax": 100,
129171+
"cmax": 80,
129171129172
"hoverinfo": "u+v+w+text",
129172129173
"text": "-> wind <-"
129173129174
}
129174129175
],
129175129176
"layout": {
129177+
"width": 900,
129178+
"height": 600,
129176129179
"scene": {
129177-
"aspectratio": {
129178-
"x": 1,
129179-
"y": 1,
129180-
"z": 0.3
129180+
"camera": {
129181+
"eye": {
129182+
"x": 1.2,
129183+
"y": 0,
129184+
"z": 0.6
129185+
}
129181129186
}
129182129187
}
129183129188
}

0 commit comments

Comments
 (0)