From b44e4c5a201274a2caab1339a7a04de85cb462a2 Mon Sep 17 00:00:00 2001 From: xarico10 <87881895+xarico10@users.noreply.github.com> Date: Sat, 31 Jul 2021 09:18:57 -0500 Subject: [PATCH 1/2] Update plotlysetup_online.m Fixing syntax error at line 160 --- plotlysetup_online.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plotlysetup_online.m b/plotlysetup_online.m index ae8147ee..ed43b12b 100644 --- a/plotlysetup_online.m +++ b/plotlysetup_online.m @@ -157,8 +157,7 @@ function plotlysetup_online(username, api_key, varargin) ['\n\nWhoops! Wrong number of varargin inputs. Please run >> help plotlysetup \n',... 'for more information regarding the setup of your Plotly API MATLAB Library. \n',... 'Your stream_ids, plotly_domain, and plotly_streaming domain were not set. \n',... - 'Questions? - @plot.ly']); + 'Questions? @plot.ly']); end for n = 1:2:numel(varargin) From 2945b1dcf4117b86be5fa0afb40ee928274254c3 Mon Sep 17 00:00:00 2001 From: Jack Parmer Date: Sat, 31 Jul 2021 08:11:31 -0700 Subject: [PATCH 2/2] Update plotlysetup_online.m --- plotlysetup_online.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotlysetup_online.m b/plotlysetup_online.m index ed43b12b..ee6f0402 100644 --- a/plotlysetup_online.m +++ b/plotlysetup_online.m @@ -157,7 +157,7 @@ function plotlysetup_online(username, api_key, varargin) ['\n\nWhoops! Wrong number of varargin inputs. Please run >> help plotlysetup \n',... 'for more information regarding the setup of your Plotly API MATLAB Library. \n',... 'Your stream_ids, plotly_domain, and plotly_streaming domain were not set. \n',... - 'Questions? @plot.ly']); + 'Questions? Please post on https://community.plotly.com/c/api/matlab/22.']); end for n = 1:2:numel(varargin)