Skip to content

Commit 8e45ad8

Browse files
committed
Bug Fix - missing end
1 parent 1b89dd5 commit 8e45ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotly/plotlyfig.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
if varargin{a+1} >= 0
266266
obj.PlotOptions.FrameTransitionDuration = varargin{a+1};
267267
end
268+
end
268269
if(strcmpi(varargin{a},'geoRenderType'))
269270
obj.PlotOptions.geoRenderType = varargin{a+1};
270271
end

0 commit comments

Comments
 (0)