File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 % Default: current working directory.
1818 % Tests - cellstr of test names to include.
1919 % Default: all tests in Test_plotlyfig.m.
20- % Visible - 'on ' (default) to make the figures visible while
21- % the gallery is generated ('off' works on MATLAB
22- % but fltk cannot print hidden figures), 'off' to
23- % keep them hidden .
20+ % Visible - 'off ' (default) to keep the figures hidden while
21+ % the gallery is generated. Pass 'on' if your
22+ % graphics toolkit cannot print hidden figures
23+ % (Octave's fltk), 'off' otherwise .
2424 % EmbedPNG - true (default) to embed the native PNGs in the
2525 % HTML as base64 data URIs (single self-contained
2626 % file), false to link to separate .png files.
117117 ' FileName' , ' plotly_gallery_tests.html' , ...
118118 ' OutputFolder' , pwd , ...
119119 ' Tests' , {{}}, ...
120- ' Visible' , ' on ' , ...
120+ ' Visible' , ' off ' , ...
121121 ' EmbedPNG' , true , ...
122122 ' SavePNGs' , false , ...
123123 ' PlotlyJS' , ' auto' , ...
You can’t perform that action at this time.
0 commit comments