Skip to content

Commit 49026a6

Browse files
committed
leiosdemo202510: disable scatter plot for now
1 parent 1a50c3b commit 49026a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/leios-demo/log_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def plot_onset_vs_arrival(df: pd.DataFrame, output_file: str = None):
380380
print("Warning: 'slot_onset' column not found. Skipping onset diff calculation.")
381381

382382
# --- STEP 8: Generate Scatter Plot ---
383-
plot_onset_vs_arrival(df_merged, plot_output_file)
383+
# plot_onset_vs_arrival(df_merged, plot_output_file)
384384

385385
print("\n--- Extracted and Merged Data Summary ---")
386386
print(

0 commit comments

Comments
 (0)