diff options
-rwxr-xr-x | lib/plotter.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plotter.py b/lib/plotter.py index 2508676..f0debee 100755 --- a/lib/plotter.py +++ b/lib/plotter.py @@ -420,3 +420,5 @@ def boxplot(ticks, measurements, xlabel="", ylabel="", modeldata=None, output=No print(f"plot saved to {output}") else: plt.show() + + plt.close() |