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)