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.
2 parents b64ecc0 + c30c9fa commit bad2627Copy full SHA for bad2627
plotly/plotly_offline_aux/plotlyoffline.m
@@ -71,6 +71,7 @@
71
% template entire script
72
offline_script = [dep_script env_script plotly_script];
73
filename = plotlyfig.PlotOptions.FileName;
74
+ if iscellstr(filename), filename = sprintf('%s ', filename{:}); end
75
76
% remove the whitespace from the filename
77
clean_filename = filename(filename~=' ');
0 commit comments