cogpy.plot.hv.signals
Static-compatible HoloViews plot primitives for signal analysis.
All functions return static HoloViews elements (Curve, Image, Overlay, Layout, HoloMap) — never DynamicMap — so they work in both live notebooks and static HTML export.
Functions
|
Scatter plot of matched lags vs time, with optional polynomial fit. |
|
Histogram of scalar values (e.g. inter-event intervals, lags, amplitudes). |
|
Grid of spatial loading maps, one per factor, at peak frequency. |
|
Plot a cross-correlogram from |
|
PSD as a HoloViews Curve. |
|
Overlay multiple PSDs for comparison (e.g. before/after). |
|
PSD curve with vertical lines marking detected spectral peaks. |
|
Simple time-series trace as a HoloViews Curve. |
|
Overlay multiple time-series traces (e.g. before/after comparison). |
|
Static heatmap of a 2D (AP, ML) scalar field. |
|
Grid layout of multiple spatial heatmaps (e.g. per-band power, per-metric). |
|
Plot a triggered average waveform with optional ±1 std band. |
|
Grid of triggered waveforms laid out by (AP, ML) electrode position. |