We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1165495 commit 00e8244Copy full SHA for 00e8244
plotly/plotly_aux/plotly.m
@@ -37,7 +37,7 @@
37
else
38
39
if offline
40
- structargs = struct('filename', 'untitled', 'fileopt', NaN)
+ structargs = struct('filename', 'untitled', 'fileopt', NaN);
41
42
structargs = struct('filename', NaN,'fileopt',NaN);
43
end
0 commit comments