Skip to content

Commit 7542e6f

Browse files
committed
scatter3d errorbars update baselines
gl3d_errobars_zx.json had to be updated because thickness is defined per axis instead of previously being determined by the thickness of error_z
1 parent b9ec1f6 commit 7542e6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: test/image/baselines/gl3d_errorbars_xy.png

295 Bytes
Loading

Diff for: test/image/mocks/gl3d_errorbars_zx.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"error_x": {
3636
"type": "constant",
3737
"value": 0.1,
38-
"color": "black"
38+
"color": "black",
39+
"thickness": 10
3940
},
4041
"marker": {
4142
"symbol": "square"

0 commit comments

Comments
 (0)