Skip to content

Commit f0873ac

Browse files
fix issues with stem for data-distribution
1 parent 52b0314 commit f0873ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plotly/plotlyfig_aux/handlegraphics/updateStem.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
obj.layout = setfield(obj.layout, sprintf('scene%d', xsource), scene);
261261

262262
else
263-
yaxis.zeroline = false;
263+
yaxis.zeroline = true;
264264

265265
xaxis.linecolor = 'rgba(0,0,0,0.4)';
266266
yaxis.linecolor = 'rgba(0,0,0,0.4)';

0 commit comments

Comments
 (0)