Skip to content

Commit 09e6671

Browse files
authored
Update plotlysetup_offline.m
1 parent 92cab9e commit 09e6671

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plotlysetup_offline.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
1717
error('plotly:wrongInput',....
1818
['\n\nWhoops! Wrong number of inputs. Please run >> help plotlysetup_offline \n',...
1919
'for more information regarding the setup your Plotly API MATLAB \n',...
20-
'Library. Please contact chuck@plot.ly for more information.']);
20+
'Library. Please post a topic on https://community.plotly.com/c/api/matlab/ for more information.']);
2121
end
2222
catch exception %plotlysetup input problem catch...
2323
fprintf(['\n\n' exception.identifier exception.message '\n\n']);
@@ -33,7 +33,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
3333
error('plotly:notFound',...
3434
['\n\nShoot! It looks like MATLAB is having trouble finding the current version ' ...
3535
'\nof Plotly. Please make sure that the Plotly API folder is in the same ' ...
36-
'\ndirectory as plotlysetup.m. Questions? chuck@plot.ly\n\n']);
36+
'\ndirectory as plotlysetup.m. Questions? Ask https://community.plotly.com/c/api/matlab/\n\n']);
3737
end
3838
%add Plotly API MATLAB Library to search path
3939
addpath(genpath(plotlyFolderPath));
@@ -151,7 +151,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
151151
'the Plotly folder to your MATLAB path manually by running: \n\n',...
152152
'>> plotly_path = fullfile(pwd, ''plotly'')\n',...
153153
'>> addpath(genpath(plotly_path))\n\n',...
154-
'Questions? Chuck@plotly\n\n'];
154+
'Questions? Ask https://community.plotly.com/c/api/matlab/\n\n'];
155155
end
156156

157-
157+

0 commit comments

Comments
 (0)