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:
@@ -23,8 +23,8 @@ for i in range(lenght):
|
||||
plt.plot(x, y, color="MAGENTA")
|
||||
plt.xlabel("Time")
|
||||
plt.ylabel("Voltage")
|
||||
titel = f"GC - Biogasanlage {date}"
|
||||
plt.title(titel)
|
||||
title = f"GC - Biogasanlage {date}"
|
||||
plt.title(title)
|
||||
plt.grid(True)
|
||||
if saveit == "y":
|
||||
pos = 0
|
||||
|
||||
Reference in New Issue
Block a user