Skip to content

Commit ea0e78c

Browse files
; added at the end of line 122
1 parent 26beeea commit ea0e78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/handlegraphics/updateHistogram.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
xlength = 0;
120120
for d = 1:length(xdata)
121121
obj.data{histIndex}.x(xlength + 1: xlength + hist_data.YData(2,d)) = repmat(xdata(d),1,hist_data.YData(2,d));
122-
xlength = length(obj.data{histIndex}.x)
122+
xlength = length(obj.data{histIndex}.x);
123123
end
124124

125125
%-------------------------------------------------------------------------%

0 commit comments

Comments
 (0)