Skip to content

Commit 3cdffe5

Browse files
fix issue #188
1 parent 0f006a7 commit 3cdffe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265

266266
% strip the style keys from data
267267
for d = 1:length(obj.data)
268-
if strcmpi(obj.data{d}.type, 'scatter')
268+
if strcmpi(obj.data{d}.type, 'scatter')
269269
return
270270
end
271271
obj.data{d} = obj.stripkeys(obj.data{d}, obj.data{d}.type, 'style');

0 commit comments

Comments
 (0)