@@ -19,7 +19,7 @@ function plotlysetup_online(username, api_key, varargin)
19
19
error(' plotly:wrongInput' ,....
20
20
[' \n\n Whoops! Wrong number of inputs. Please run >> help plotlysetup_online \n ' ,...
21
21
' for more information regarding the setup your Plotly API MATLAB \n ' ,...
22
- ' Library. Please contact [email protected] for more information.' ]);
22
+ ' Library. Please post a topic on https://community.plotly.com/c/api/matlab/ for more information.' ]);
23
23
end
24
24
catch exception % plotlysetup input problem catch...
25
25
fprintf([' \n\n ' exception .identifier exception .message ' \n\n ' ]);
@@ -35,7 +35,7 @@ function plotlysetup_online(username, api_key, varargin)
35
35
error(' plotly:notFound' ,...
36
36
[' \n\n Shoot! It looks like MATLAB is having trouble finding the current version ' ...
37
37
' \n of Plotly. Please make sure that the Plotly API folder is in the same ' ...
38
- ' \n directory as plotlysetup.m. Questions? [email protected] \n\n ' ]);
38
+ ' \n directory as plotlysetup.m. Questions? Ask on https://community.plotly.com/c/api/matlab/ \n\n ' ]);
39
39
end
40
40
% add Plotly API MATLAB Library to search path
41
41
addpath(genpath(plotlyFolderPath ));
@@ -157,7 +157,8 @@ function plotlysetup_online(username, api_key, varargin)
157
157
[' \n\n Whoops! Wrong number of varargin inputs. Please run >> help plotlysetup \n ' ,...
158
158
' for more information regarding the setup of your Plotly API MATLAB Library. \n ' ,...
159
159
' Your stream_ids, plotly_domain, and plotly_streaming domain were not set. \n ' ,...
160
-
160
+ ' Questions?
161
+ @plot.ly' ]);
161
162
end
162
163
163
164
for n = 1 : 2 : numel(varargin )
@@ -223,6 +224,6 @@ function plotlysetup_online(username, api_key, varargin)
223
224
' >>saveplotlycredentials('' your_username'' , '' your_api_key'' )\n\n ' ,...
224
225
' You can save your domain configuration by running:\n\n ' ,...
225
226
' >>saveplotlyconfig('' your_base_domain'' )\n\n ' ,...
226
- ' Questions? Chuck@ plotly\n\n ' ];
227
+ ' Questions? Ask https://community. plotly.com/c/api/matlab/ \n\n ' ];
227
228
end
228
229
0 commit comments