Skip to content

Commit e668eda

Browse files
bronsolobronsolo
authored andcommitted
apiv2 messages
1 parent 47ab984 commit e668eda

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apiv2msg.m

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
function errormsg = apiv2msg(key)
2+
switch key
3+
case 'apiV2:noDomain'
4+
errormsg = ['\nOpps! It looks like you haven''t set up your Plotly '...
5+
'apiv2 domain configuration yet.\nTo get started, save your '...
6+
'plotly domain, streaming domain, and api domain by calling:\n'...
7+
'>>> saveplotlyconfig(plotly_domain, plotly_streaming_domain,',...
8+
'plotly_api_domain). \n\nFor more help, see https://plot.ly/MATLAB',...
9+
'or contact chuck@plot.ly.\n\n'];
10+
end

0 commit comments

Comments
 (0)