Skip to content

Commit 82e0298

Browse files
committed
Switched default offline mode to true.
1 parent c10a7a3 commit 82e0298

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
@@ -61,7 +61,7 @@
6161
obj.PlotOptions.TriangulatePatch = false;
6262

6363
% offline options
64-
obj.PlotOptions.Offline = false;
64+
obj.PlotOptions.Offline = true;
6565
obj.PlotOptions.ShowLinkText = true;
6666
obj.PlotOptions.LinkText = obj.get_link_text;
6767
obj.PlotOptions.IncludePlotlyjs = true;

0 commit comments

Comments
 (0)