Skip to content

Commit

Permalink
remove timing plot
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-nystrom committed Feb 29, 2024
1 parent 0c07bdd commit 0debbd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo_experiment/read_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@

eye_image_metadata = pd.read_hdf(filename, 'eye_metadata')

# %%
# Plot some data from the gaze stream
plt.close('all')
plt.plot(np.diff(df_gaze['system_time_stamp']))
# %% Plot some data

# plt.close('all')
# plt.plot(np.diff(df_gaze['system_time_stamp']))

plt.figure()
t = (df_gaze['system_time_stamp'] - df_gaze['system_time_stamp'][0]) / 1000
Expand Down

0 comments on commit 0debbd8

Please sign in to comment.