From 3cdffe5370abe82b769292424c8389867e59885f Mon Sep 17 00:00:00 2001 From: Gilberto Galvis Date: Thu, 29 Jul 2021 10:33:47 -0400 Subject: [PATCH] fix issue #188 --- plotly/plotlyfig.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/plotlyfig.m b/plotly/plotlyfig.m index 96014062..3f5173f7 100644 --- a/plotly/plotlyfig.m +++ b/plotly/plotlyfig.m @@ -265,7 +265,7 @@ % strip the style keys from data for d = 1:length(obj.data) - if strcmpi(obj.data{d}.type, 'scatter') + if strcmpi(obj.data{d}.type, 'scatter') return end obj.data{d} = obj.stripkeys(obj.data{d}, obj.data{d}.type, 'style');