[eval_records]

- use hourse on x-axis

[luftwiderstand]
- refactored
This commit is contained in:
2025-06-20 13:23:20 +02:00
parent 512fe8cdb8
commit d4ebd12320
2 changed files with 49 additions and 27 deletions
+2
View File
@@ -274,6 +274,8 @@ def main() -> None:
# Convert x-axis
dt_h = (np.array(time_h) - time_h[0]) / 3600 / 24 + settings.sel_days[0]
dt_h -= settings.sel_days[0]
dt_h *= 24
v_energy = []
v_consumption = []
energy = 0