convnwb.plts.timestamps.plot_alignment¶
- convnwb.plts.timestamps.plot_alignment(sync1, sync2, n_pulses=None, ax=None, **plt_kwargs)[source]¶
Plot the alignment between synchronization pulses.
- Parameters:
- sync1, sync21d array
Sync pulse times for each sync pulse stream.
- n_pulsesint, optional
Restrict the visualization to a restricted number of pulses.
- axAxes, optional
Axis object upon which to plot.
- plt_kwargs
Additional arguments to pass into the plot function.