'formules.py' updaten
This commit is contained in:
parent
5db3ef88ac
commit
d451e55639
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user