From d451e55639fbe46a5f52ddbffc29121164e414e0 Mon Sep 17 00:00:00 2001 From: Dijkhof Date: Tue, 6 Jul 2021 13:04:34 +0200 Subject: [PATCH] 'formules.py' updaten --- formules.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/formules.py b/formules.py index 359689b..0baf253 100644 --- a/formules.py +++ b/formules.py @@ -124,10 +124,11 @@ def SlopeWeeker(Keylist, Dict): plt.grid() plt.scatter(Xscale, y=Counter) plt.plot(Xscale, Trendline, 'r--') - plt.show() PtName = (PtName + '.png') plt.savefig(fname=PtName) + + plt.show() except: print(PtName + ' could not be used')