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,