Cleanup of plots
This commit is contained in:
parent
d17d25b8e2
commit
87e2918ffd
7 changed files with 8 additions and 208 deletions
|
@ -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"))
|
||||
|
|
Reference in a new issue