sensortoolkit.plotting._distribution.recording_interval_histogram

recording_interval_histogram(full_df_list, xlims=(- 10, 120), bar_width=2, bar_alpha=0.4)[source]

Plot indicating the uneven time delta in sensor data.

Graphs bar plot of Log(counts) vs. time delta between consecutive timestamp entries.

Parameters
  • full_df_list (list) – List of pandas DataFrames containing timeseries data at the original recorded sampling frequency.

  • xlims (Two-element tuple, optional) – The x-axis limits (in seconds) for displaying the distribution of consecutive intervals between recorded timestamps. Defaults to (-10, 120).

  • bar_width (int or float, optional) – The width of bars displayed in the figure. Defaults to 2.

  • bar_alpha (float, optional) – The transparency of bars displayed in the figure. Defaults to .4.

Returns

None.