Skip to content

Commit 165a1aa

Browse files
committed
Merge pull request #349 from plotly/update-facecolor-mock
update tetrahedra mock ('facecolors' -> 'facecolor')
2 parents c29e81e + 5deae1b commit 165a1aa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

test/image/baselines/gl3d_tet.png

-3.72 KB
Loading

test/image/mocks/gl3d_tet.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,23 @@
88
"i":[0, 0, 0, 1],
99
"j":[1, 2, 3, 2],
1010
"k":[2, 3, 1, 3],
11-
"facecolors": [
11+
"facecolor": [
1212
"rgb(0, 0, 0)",
1313
"rgb(255, 0, 0)",
1414
"rgb(0, 255, 0)",
1515
"rgb(0, 0, 255)"
1616
]
1717
}],
1818
"layout": {
19-
"title": "Tetrahedra"
19+
"title": "Tetrahedra",
20+
"scene": {
21+
"camera": {
22+
"eye": {
23+
"x": 1.5,
24+
"y": -1.5,
25+
"z": 0.5
26+
}
27+
}
28+
}
2029
}
2130
}

0 commit comments

Comments
 (0)