From 6413897e92fe583ff61ad988a9663831a4ec6294 Mon Sep 17 00:00:00 2001 From: Dijkhof Date: Tue, 6 Jul 2021 13:11:42 +0200 Subject: [PATCH] 'formules.py' updaten --- formules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formules.py b/formules.py index 7d1c836..ba5bad2 100644 --- a/formules.py +++ b/formules.py @@ -115,7 +115,7 @@ def SlopeWeeker(Keylist, Dict): PtName = PtName.replace('resampled-','') PtName = PtName.replace('.csv','') - plt.figure() + plt.figure(dpi=720) plt.ylim(0,1440) plt.xlim(0,(ENMOmax+10)) plt.title('Intensity plot ' + PtName)