Skip to content

Commit dca44b9

Browse files
committed
update error bar width rescaling to match 2d
1 parent d074741 commit dca44b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter3d/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function calculateErrorParams(errors) {
117117
if(e && e.copy_zstyle !== false) e = errors[2];
118118
if(!e) continue;
119119

120-
capSize[i] = e.width / 100.0; //Ballpark rescaling, attempt to make consistent with plot.ly
120+
capSize[i] = e.width / 2; // ballpark rescaling
121121
color[i] = str2RgbaArray(e.color);
122122
lineWidth = e.thickness;
123123

0 commit comments

Comments
 (0)