Skip to content

Commit 50884ee

Browse files
author
Harsh Purwar
committed
Changed PlotOptions.Strip to false
1 parent c10a7a3 commit 50884ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
obj.PlotOptions.WorldReadable = true;
5757
obj.PlotOptions.ShowURL = true;
5858
obj.PlotOptions.OpenURL = true;
59-
obj.PlotOptions.Strip = true;
59+
obj.PlotOptions.Strip = false;
6060
obj.PlotOptions.Visible = 'on';
6161
obj.PlotOptions.TriangulatePatch = false;
6262

0 commit comments

Comments
 (0)