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 2f8f115 commit 2815f2cCopy full SHA for 2815f2c
plotly/plotlygrid_aux/helpers/gridmsg.m
@@ -1,6 +1,5 @@
1
function errormsg = gridmsg(key)
2
-switch key
3
- %--plotlyfigure constructor--%
+switch key
4
case 'gridAuthentication:credentialsNotFound'
5
errormsg = ['\nOpps! It looks like you haven''t set up your plotly '...
6
'account credentials\nyet. To get started, save your '...
@@ -15,6 +14,8 @@
15
14
case 'gridInputs:notKeyValue'
16
errormsg = ['\nOops! The variable argument inputs to plotlygrid.m ',...
17
'must be key value. \n'];
+ case 'gridDelete:tooInvalidInputs'
18
+ errormsg = ['\nOops! you specified the wrong number of inputs!'];
19
case 'gridGeneric:genericError'
20
errormsg = [''];
21
end
0 commit comments