Skip to content

Commit e2b9b15

Browse files
fix issue #187
1 parent 9a07fbf commit e2b9b15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plotly/plotlyfig.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@
265265

266266
% strip the style keys from data
267267
for d = 1:length(obj.data)
268+
if strcmpi(obj.data{d}.type, 'scatter')
269+
return
270+
end
268271
obj.data{d} = obj.stripkeys(obj.data{d}, obj.data{d}.type, 'style');
269272
end
270273

0 commit comments

Comments
 (0)