From 9e1b64d0c2c31ed838e7fbaa7dea519ab1973d3d Mon Sep 17 00:00:00 2001 From: Dijkhof Date: Tue, 6 Jul 2021 13:12:36 +0200 Subject: [PATCH] 'plotter.py' updaten --- plotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotter.py b/plotter.py index 9766991..23c6922 100644 --- a/plotter.py +++ b/plotter.py @@ -54,7 +54,7 @@ for i in Length: Xscale = np.arange(0,CheckWeek['ENMOmax'].max(), 5) - plt.figure() + plt.figure(dpi=720) plt.ylim(0,1440) plt.xlim(0,CheckWeek['ENMOmax'].max()) plt.title('All weekdays and average plotted ' + PtName)