@@ -17,7 +17,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
17
17
error(' plotly:wrongInput' ,....
18
18
[' \n\n Whoops! Wrong number of inputs. Please run >> help plotlysetup_offline \n ' ,...
19
19
' 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.' ]);
21
21
end
22
22
catch exception % plotlysetup input problem catch...
23
23
fprintf([' \n\n ' exception .identifier exception .message ' \n\n ' ]);
@@ -33,7 +33,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
33
33
error(' plotly:notFound' ,...
34
34
[' \n\n Shoot! It looks like MATLAB is having trouble finding the current version ' ...
35
35
' \n of Plotly. Please make sure that the Plotly API folder is in the same ' ...
36
- ' \n directory as plotlysetup.m. Questions? chuck@plot.ly \n\n ' ]);
36
+ ' \n directory as plotlysetup.m. Questions? Ask https://community.plotly.com/c/api/matlab/ \n\n ' ]);
37
37
end
38
38
% add Plotly API MATLAB Library to search path
39
39
addpath(genpath(plotlyFolderPath ));
@@ -151,7 +151,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
151
151
' the Plotly folder to your MATLAB path manually by running: \n\n ' ,...
152
152
' >> plotly_path = fullfile(pwd, '' plotly'' )\n ' ,...
153
153
' >> addpath(genpath(plotly_path))\n\n ' ,...
154
- ' Questions? Chuck@ plotly\n\n ' ];
154
+ ' Questions? Ask https://community. plotly.com/c/api/matlab/ \n\n ' ];
155
155
end
156
156
157
-
157
+
0 commit comments