Skip to content

Commit

Permalink
Remove unused cell in forward notebook (#29)
Browse files Browse the repository at this point in the history
Also add a more verbose comment while setting the font size in
matplotlib plots.
  • Loading branch information
santisoler authored Jan 25, 2024
1 parent f458deb commit fab20d3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions notebooks/01-forward-dc-resisitivity-2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -432,15 +433,6 @@
"mesh.finalize()"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"mesh.plot_grid?"
]
},
{
"cell_type": "code",
"execution_count": 12,
Expand Down

0 comments on commit fab20d3

Please sign in to comment.