From 58334ba1880270a4c322f7050ff701485e4d7b4c Mon Sep 17 00:00:00 2001 From: Sarah Segall Date: Wed, 28 Jan 2026 06:39:31 +0000 Subject: [PATCH] improved code readability --- Project.ipynb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Project.ipynb b/Project.ipynb index 1cfd3b3..c5a9101 100644 --- a/Project.ipynb +++ b/Project.ipynb @@ -27,8 +27,16 @@ "\n", "ax.set(xlabel='time (s)', ylabel='voltage (mV)',\n", " title='The simplest plot in the world')\n", - "ax.grid()" + "ax.grid('on')" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "228ea228-644e-47da-8781-efa3b4521e55", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {