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