From 459b4665e436a23a55202ccdfdaf5b3bb9c83416 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 12 Sep 2023 12:13:06 +0200 Subject: output dir --- run.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'run.py') diff --git a/run.py b/run.py index e1b6ad0..7439bfb 100755 --- a/run.py +++ b/run.py @@ -2,6 +2,7 @@ import sys import yaml +import matplotlib.pyplot as plt FILE = 'config.yaml' if len(sys.argv) > 1: @@ -17,3 +18,5 @@ for plotter in conf['plotter']: mod = __import__(modname) mod.run(**plotter) + + plt.close('all') -- cgit v1.2.3