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 146808b commit c30c9faCopy full SHA for c30c9fa
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