Skip to content

Commit 217ec55

Browse files
authored
Update plotlymsg.m
1 parent 3b58ae0 commit 217ec55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotlyfig_aux/helpers/plotlymsg.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
case 'plotlyfigConstructor:invalidInputs'
77
errormsg = ['\nOops! It appears that you did not initialize the plotlyfig object using the\n', ...
88
'required: >> plotlyfig(handle [optional],''property'',''value'',...) \n',...
9-
'input structure. Please try again or contact chuck@plot.ly for any additional help!\n\n'];
9+
'input structure. Please try again or post a topic on https://community.plotly.com/c/api/matlab/ for any additional help!\n\n'];
1010
%--saveplotlyfig invocation--%;
1111
case 'plotlySaveImage:invalidInputs'
1212
errormsg = ['\nOops! It appears that you did not invoke the saveplotlyfig function using the\n', ...
1313
'required: >> saveplotlyfig(plotly_figure, ...) input structure, where plotly_figure\n',...
1414
'is of type cell (for data traces) or of type struct (with data and layout fields). \n',...
15-
'Please try again or contact chuck@plot.ly for any additional help!\n\n'];
15+
'Please try again or post a topic on https://community.plotly.com/c/api/matlab/ for any additional help!\n\n'];
1616

1717
end
1818
end

0 commit comments

Comments
 (0)