Skip to content

Commit 05eb20e

Browse files
makegallerytests: keep figures hidden by default (Visible off)
1 parent dca204f commit 05eb20e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plotly/makegallerytests.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
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.
@@ -117,7 +117,7 @@
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', ...

0 commit comments

Comments
 (0)