@@ -19,7 +19,7 @@ function plotlysetup_online(username, api_key, varargin)
1919 error(' plotly:wrongInput' ,....
2020 [' \n\n Whoops! 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 chuck@plot.ly for more information.' ]);
22+ ' Library. Please post a topic on https://community.plotly.com/c/api/matlab/ for more information.' ]);
2323 end
2424catch 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\n Shoot! It looks like MATLAB is having trouble finding the current version ' ...
3737 ' \n of Plotly. Please make sure that the Plotly API folder is in the same ' ...
38- ' \n directory as plotlysetup.m. Questions? chuck@plot.ly \n\n ' ]);
38+ ' \n directory 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\n Whoops! 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? chuck@plot.ly' ]);
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 ' ];
227228end
228229
0 commit comments