We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b22324 commit 87cb0fdCopy full SHA for 87cb0fd
1 file changed
src/DAB_Analysis_Functions.py
@@ -279,6 +279,7 @@ def chop_and_analyse_svs(
279
plt.savefig(
280
os.path.join(fig_folder, figname), format="svg", dpi=600
281
)
282
+ plt.close("all")
283
284
if os.path.isfile(savename_asyn):
285
with open(savename_asyn, mode="a") as f:
0 commit comments