Skip to content

Commit

Permalink
fix(06-Project-voronoi.ipynb) adding figure output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mnfienen committed Feb 3, 2024
1 parent cf97eef commit dbc2e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/part1_flopy/solutions/06-Project-voronoi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
")\n",
"plt.colorbar(cb, ax=mm.ax, shrink=0.5)\n",
"\n",
"fig.savefig(\"../figures/freyberg-voronoi-grid.png\", dpi=300);"
"fig.savefig(\"./figures/freyberg-voronoi-grid.png\", dpi=300);"
]
},
{
Expand Down
Empty file.

0 comments on commit dbc2e1b

Please sign in to comment.