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 5e8cbe8 commit be2d5c8Copy full SHA for be2d5c8
plotly/plotly_user_aux/saveplotlyconfig.m
@@ -64,7 +64,7 @@ function saveplotlyconfig(plotly_domain,plotly_streaming_domain,sharing)
64
if(strcmp(sharing, 'public') | strcmp(sharing, 'private'))
65
config.sharing = sharing;
66
else
67
- error(['"%s" is an invalid/un-supported value of sharing.\n', ...
+ warning(['"%s" is an invalid/un-supported value of sharing.\n', ...
68
'Please use one of "public" or "private"'], sharing);
69
end
70
otherwise %if neither endpoints are specified, no worries!
0 commit comments