We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10a7a3 commit 82e0298Copy full SHA for 82e0298
plotly/plotlyfig.m
@@ -61,7 +61,7 @@
61
obj.PlotOptions.TriangulatePatch = false;
62
63
% offline options
64
- obj.PlotOptions.Offline = false;
+ obj.PlotOptions.Offline = true;
65
obj.PlotOptions.ShowLinkText = true;
66
obj.PlotOptions.LinkText = obj.get_link_text;
67
obj.PlotOptions.IncludePlotlyjs = true;
0 commit comments