Skip to content

Commit 4e289f3

Browse files
committed
add save config/credentials message
1 parent 185348f commit 4e289f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

plotlysetup.m

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ function plotlysetup(username, api_key, varargin)
219219
'the Plotly folder to your MATLAB path manually by running: \n\n',...
220220
'>> plotly_path = fullfile(pwd, ''plotly'')\n',...
221221
'>> addpath(genpath(plotly_path))\n\n',...
222-
'Questions? Chuck@plotly'];
223-
222+
'You can save your credentials by running:\n\n', ...
223+
'>>saveplotlycredentials(''your_username'', ''your_api_key'')\n\n',...
224+
'You can save your domain configuration by running:\n\n',...
225+
'>>saveplotlyconfig(''your_base_domain'')\n\n',...
226+
'Questions? Chuck@plotly\n\n'];
224227
end
225228

0 commit comments

Comments
 (0)