@@ -17,7 +17,7 @@ function plotlysetup_offline(plotly_bundle_url, varargin)
1717 error(' plotly:wrongInput' ,....
1818 [' \n\n Whoops! 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\n Shoot! It looks like MATLAB is having trouble finding the current version ' ...
3535 ' \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 ' ]);
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