Skip to content

Commit 92cab9e

Browse files
authored
Update plotlysetup_online.m
1 parent bd525c9 commit 92cab9e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

plotlysetup_online.m

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function plotlysetup_online(username, api_key, varargin)
1919
error('plotly:wrongInput',....
2020
['\n\nWhoops! Wrong number of inputs. Please run >> help plotlysetup_online \n',...
2121
'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.']);
2323
end
2424
catch exception %plotlysetup input problem catch...
2525
fprintf(['\n\n' exception.identifier exception.message '\n\n']);
@@ -35,7 +35,7 @@ function plotlysetup_online(username, api_key, varargin)
3535
error('plotly:notFound',...
3636
['\n\nShoot! It looks like MATLAB is having trouble finding the current version ' ...
3737
'\nof Plotly. Please make sure that the Plotly API folder is in the same ' ...
38-
'\ndirectory as plotlysetup.m. Questions? [email protected]\n\n']);
38+
'\ndirectory as plotlysetup.m. Questions? Ask on https://community.plotly.com/c/api/matlab/\n\n']);
3939
end
4040
%add Plotly API MATLAB Library to search path
4141
addpath(genpath(plotlyFolderPath));
@@ -157,7 +157,8 @@ function plotlysetup_online(username, api_key, varargin)
157157
['\n\nWhoops! Wrong number of varargin inputs. Please run >> help plotlysetup \n',...
158158
'for more information regarding the setup of your Plotly API MATLAB Library. \n',...
159159
'Your stream_ids, plotly_domain, and plotly_streaming domain were not set. \n',...
160-
'Questions? [email protected]']);
160+
'Questions?
161+
@plot.ly']);
161162
end
162163

163164
for n = 1:2:numel(varargin)
@@ -223,6 +224,6 @@ function plotlysetup_online(username, api_key, varargin)
223224
'>>saveplotlycredentials(''your_username'', ''your_api_key'')\n\n',...
224225
'You can save your domain configuration by running:\n\n',...
225226
'>>saveplotlyconfig(''your_base_domain'')\n\n',...
226-
'Questions? Chuck@plotly\n\n'];
227+
'Questions? Ask https://community.plotly.com/c/api/matlab/\n\n'];
227228
end
228229

0 commit comments

Comments
 (0)