'plotter.py' updaten

This commit is contained in:
Dijkhof 2021-07-06 13:03:32 +02:00
parent c8aaabc502
commit 5db3ef88ac
1 changed files with 2 additions and 1 deletions

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()