'plotter.py' updaten

This commit is contained in:
Dijkhof 2021-07-06 13:12:36 +02:00
parent 6413897e92
commit 9e1b64d0c2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ for i in Length:
Xscale = np.arange(0,CheckWeek['ENMOmax'].max(), 5) Xscale = np.arange(0,CheckWeek['ENMOmax'].max(), 5)
plt.figure() plt.figure(dpi=720)
plt.ylim(0,1440) plt.ylim(0,1440)
plt.xlim(0,CheckWeek['ENMOmax'].max()) plt.xlim(0,CheckWeek['ENMOmax'].max())
plt.title('All weekdays and average plotted ' + PtName) plt.title('All weekdays and average plotted ' + PtName)