'plotter.py' updaten

This commit is contained in:
Dijkhof 2021-07-06 13:03:32 +02:00
parent c8aaabc502
commit 5db3ef88ac

View File

@ -69,6 +69,7 @@ for i in Length:
else:
plt.plot(Xscale, Y, 'k--')
plt.show()
plt.savefig(fname=('Weekplot ' + PtName+ '.png'))
plt.show()