'formules.py' updaten
This commit is contained in:
parent
5db3ef88ac
commit
d451e55639
@ -124,10 +124,11 @@ def SlopeWeeker(Keylist, Dict):
|
|||||||
plt.grid()
|
plt.grid()
|
||||||
plt.scatter(Xscale, y=Counter)
|
plt.scatter(Xscale, y=Counter)
|
||||||
plt.plot(Xscale, Trendline, 'r--')
|
plt.plot(Xscale, Trendline, 'r--')
|
||||||
plt.show()
|
|
||||||
|
|
||||||
PtName = (PtName + '.png')
|
PtName = (PtName + '.png')
|
||||||
plt.savefig(fname=PtName)
|
plt.savefig(fname=PtName)
|
||||||
|
|
||||||
|
plt.show()
|
||||||
|
|
||||||
except:
|
except:
|
||||||
print(PtName + ' could not be used')
|
print(PtName + ' could not be used')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user