Skip to content

Commit ca51ed1

Browse files
Merge pull request #220 from plotly/fixing_issue_188
fix issue #188
2 parents 0f006a7 + 3cdffe5 commit ca51ed1

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)