We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab984 commit e668edaCopy full SHA for e668eda
apiv2msg.m
@@ -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