mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
grammar in code updated and fixed bug in fit.py
This commit is contained in:
@@ -40,7 +40,7 @@ plt.annotate(formula, xy=(0.85,60))
|
||||
plt.grid(True)
|
||||
plt.show()
|
||||
|
||||
saveit = input("Sollen der Graph gespeichert werden? (y/n) ")
|
||||
saveit = input("Sollen der Graph gespeichert werden? (y/n) ").lower()
|
||||
if saveit == "y":
|
||||
plt.savefig("Sonde"+str(n)+".png")
|
||||
plt.savefig("Sonde"+str(n)+".pdf", format="pdf")
|
||||
|
||||
Reference in New Issue
Block a user