Cleanup of plots

This commit is contained in:
Edgar P. Burkhart 2022-03-28 13:19:35 +02:00
parent d17d25b8e2
commit 87e2918ffd
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 8 additions and 208 deletions

View file

@ -141,4 +141,4 @@ if plt is not None and config.getboolean("out", "plot", fallback=False):
fig, ax = plt.subplots()
ax.plot(-x, z, color="k")
ax.fill_between(-x, z+hstru, z, color="k", alpha=.2)
plt.show(block=True)
fig.savefig(out_root.joinpath("bathy.pdf"))