From 88e2d4bfb1828f9f02dcd2b508ecefb5c06bfdca Mon Sep 17 00:00:00 2001
From: gsingh58 <gurmail-singh@cs.wisc.edu>
Date: Tue, 19 Mar 2024 14:05:44 -0500
Subject: [PATCH] a redundant instruction removed

---
 lecture_material/16-viz-1/vis_1.ipynb         | 9 ++++++++-
 lecture_material/16-viz-1/vis_1_lec_001.ipynb | 1 -
 lecture_material/16-viz-1/vis_1_lec_002.ipynb | 1 -
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/lecture_material/16-viz-1/vis_1.ipynb b/lecture_material/16-viz-1/vis_1.ipynb
index 3983193..938f9d1 100644
--- a/lecture_material/16-viz-1/vis_1.ipynb
+++ b/lecture_material/16-viz-1/vis_1.ipynb
@@ -749,7 +749,6 @@
     "    \n",
     "### More patches\n",
     "- `plt.Line2D((<x1>, <x2>), (<y1>, <y2>)))`\n",
-    "- `matplotlib.patches.FancyArrowPatch((<x1>, <y1>), (<x2>, (<y2>))`\n",
     "- `plt.Rectangle((<x>,<y>), <width>, <height>)`"
    ]
   },
@@ -857,6 +856,14 @@
     "\n",
     "df"
    ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "d89197d9-2e45-4300-97d7-ed8f11431602",
+   "metadata": {},
+   "outputs": [],
+   "source": []
   }
  ],
  "metadata": {
diff --git a/lecture_material/16-viz-1/vis_1_lec_001.ipynb b/lecture_material/16-viz-1/vis_1_lec_001.ipynb
index e60ae70..32e30b2 100644
--- a/lecture_material/16-viz-1/vis_1_lec_001.ipynb
+++ b/lecture_material/16-viz-1/vis_1_lec_001.ipynb
@@ -466,7 +466,6 @@
     "    \n",
     "### More patches\n",
     "- `plt.Line2D((<x1>, <x2>), (<y1>, <y2>)))`\n",
-    "- `matplotlib.patches.FancyArrowPatch((<x1>, <y1>), (<x2>, (<y2>))`\n",
     "- `plt.Rectangle((<x>,<y>), <width>, <height>)`"
    ]
   },
diff --git a/lecture_material/16-viz-1/vis_1_lec_002.ipynb b/lecture_material/16-viz-1/vis_1_lec_002.ipynb
index e60ae70..32e30b2 100644
--- a/lecture_material/16-viz-1/vis_1_lec_002.ipynb
+++ b/lecture_material/16-viz-1/vis_1_lec_002.ipynb
@@ -466,7 +466,6 @@
     "    \n",
     "### More patches\n",
     "- `plt.Line2D((<x1>, <x2>), (<y1>, <y2>)))`\n",
-    "- `matplotlib.patches.FancyArrowPatch((<x1>, <y1>), (<x2>, (<y2>))`\n",
     "- `plt.Rectangle((<x>,<y>), <width>, <height>)`"
    ]
   },
-- 
GitLab