riduzione finestra osservazione nel tratto utile

This commit is contained in:
2026-04-01 09:37:50 +02:00
parent ab175b17bf
commit f7e864760f

View File

@@ -3,6 +3,7 @@ import matplotlib.pyplot as plt
df = pd.read_csv("data.csv")
df["time_s"] = df["time since start [ms]"] / 1000.0
df = df[df["time_s"] >= 105]
fig, ax = plt.subplots(figsize=(12, 5))