'formules.py' updaten

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

View File

@ -124,10 +124,11 @@ def SlopeWeeker(Keylist, Dict):
plt.grid()
plt.scatter(Xscale, y=Counter)
plt.plot(Xscale, Trendline, 'r--')
plt.show()
PtName = (PtName + '.png')
plt.savefig(fname=PtName)
plt.show()
except:
print(PtName + ' could not be used')