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

@ -164,6 +164,5 @@ out.mkdir(parents=True, exist_ok=True)
fig.savefig(out.joinpath("t.png"))
fig_r.savefig(out.joinpath("R.png"))
fig_x.savefig(out.joinpath("x.png"))
plt.show(block=True)
log.info("Finished post-processing")