First gpt batch mode working as usual

This commit is contained in:
2025-12-24 14:06:36 +01:00
parent 358da628c5
commit 27c686479a
3 changed files with 98 additions and 148 deletions

View File

@@ -30,7 +30,7 @@ with open(filepath, "r") as f:
# Plot
plt.figure(figsize=(12, 5))
plt.plot(timestamps, voltages, marker='o', linestyle='-')
plt.scatter(timestamps, voltages, marker='o', linestyle='-', s=0.1)
plt.xlabel("Time (CET)")
plt.ylabel("Voltage (V)")