spiketools.plts.spikes.plot_waveforms3d

spiketools.plts.spikes.plot_waveforms3d(waveforms, timestamps=None, **plt_kwargs)[source]

Plot waveforms on a 3D axis.

Parameters:
waveforms2d array

Voltage values for the waveforms, with shape [n_waveforms, n_timestamps].

timestamps1d array, optional

Timestamps corresponding to the waveforms.

plt_kwargs

Additional arguments to pass into the plot function.