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()" ] }