From 20f209d7ec58839f0628824d49ba8a7f3fccbdc0 Mon Sep 17 00:00:00 2001
From: Amir Mirzanejad <aqm6884@psu.edu>
Date: Thu, 7 Sep 2023 16:15:11 -0400
Subject: [PATCH] Update Plotly_plots.ipynb

---
 Plotly_plots.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Plotly_plots.ipynb b/Plotly_plots.ipynb
index 83931c1..893aece 100644
--- a/Plotly_plots.ipynb
+++ b/Plotly_plots.ipynb
@@ -29,7 +29,7 @@
     "import plotly.io as pio\n",
     "pio.renderers.default = \"iframe\"\n",
     "\n",
-    "# The data array called \"data\"\n",
+    "# The data array called \"data\" for Figure 2, for instance\n",
     "data = [\n",
     "    [0.0, 0.1, 0.1, 0.0, 0.0, -0.1, -0.1, -0.1, 0.0, 0.0, 0.0, 0.0],\n",
     "    [0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],\n",
-- 
GitLab