Skip to content

Commit 8b361b2

Browse files
committed
add success message
1 parent c1ee13d commit 8b361b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plotly/plotly_offline_aux/getplotlyoffline.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ function getplotlyoffline(plotly_bundle_url)
2929
file_id = fopen(bundle_file, 'w');
3030
fprintf(file_id, '%s', bundle);
3131
fclose(file_id);
32+
33+
% success!
34+
fprintf(['\nSuccess! You can generate your first offline ', ...
35+
'graph\nusing the ''offline'' flag of fig2plotly as ', ...
36+
'follows:\n\n>> plot(1:10); fig2plotly(gcf, ', ...
37+
'''offline'', true);\n\n'])
3238
end

0 commit comments

Comments
 (0)