Skip to content
Snippets Groups Projects
Commit e0b490f0 authored by Patrick Ecker's avatar Patrick Ecker
Browse files

plots are now saved, not shown

parent 2c562ac4
Branches
No related tags found
1 merge request!63Low level cut study
......@@ -80,7 +80,8 @@ class LowLevelCutPlotter:
plt.legend(loc="best")
save_path = os.path.join(target_path, f"{key}_{new_cut_info.cut_name}_evaluation.pdf")
output.update({f"{key}_{new_cut_info.cut_name}_evaluation": save_path})
plt.show()
plt.savefig(save_path)
#plt.show()
return output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment