From fab20d34cae82ce6be46c108a0e3cfddcbd9b278 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 25 Jan 2024 13:37:00 -0800 Subject: [PATCH] Remove unused cell in forward notebook (#29) Also add a more verbose comment while setting the font size in matplotlib plots. --- notebooks/01-forward-dc-resisitivity-2d.ipynb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/notebooks/01-forward-dc-resisitivity-2d.ipynb b/notebooks/01-forward-dc-resisitivity-2d.ipynb index 239e289..89d77a5 100644 --- a/notebooks/01-forward-dc-resisitivity-2d.ipynb +++ b/notebooks/01-forward-dc-resisitivity-2d.ipynb @@ -73,6 +73,7 @@ "import matplotlib.pyplot as plt\n", "from matplotlib.colors import LogNorm\n", "\n", + "# Increase font size of plots\n", "mpl.rcParams.update({\"font.size\": 14}) # default font size\n", "\n", "write_output = False # Optional" @@ -432,15 +433,6 @@ "mesh.finalize()" ] }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "mesh.plot_grid?" - ] - }, { "cell_type": "code", "execution_count": 12,