We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217ec55 commit bd525c9Copy full SHA for bd525c9
plotly/plotly_setup_aux/addplotlystartup.m
@@ -29,7 +29,7 @@
29
if currentStartupID == -1, error('plotly:startupWrite',...
30
['\n\nShoot! It looks like something went wrong writing to the file: ' ...
31
'\n\n' startupPaths{locs} '\n' ...
32
- '\nPlease contact your system admin. or chuck@plot.ly for more \ninformation. In the ' ...
+ '\nPlease contact your system admin or post a topic on https://community.plotly.com/c/api/matlab/ for more \ninformation. In the ' ...
33
'mean time you can add the Plotly API \nto your search path manually whenever you need it! \n']);
34
end
35
fprintf(currentStartupID,['\n' addString]);
0 commit comments