From 9c4ae27e9d6ef4d90bc8aa5be614ca02e55a4b72 Mon Sep 17 00:00:00 2001 From: Aleyda Date: Thu, 23 Oct 2025 02:05:50 +0000 Subject: [PATCH] updated plot title on add_feature branch --- Project.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.ipynb b/Project.ipynb index 1cfd3b3..70d9e66 100644 --- a/Project.ipynb +++ b/Project.ipynb @@ -26,7 +26,7 @@ "ax.plot(t, s)\n", "\n", "ax.set(xlabel='time (s)', ylabel='voltage (mV)',\n", - " title='The simplest plot in the world')\n", + " title='The simplest plot in the universe')\n", "ax.grid()" ] }