Skip to content

v0.0.8 - Visualization

Choose a tag to compare

@fallahmad fallahmad released this 03 Mar 21:16
· 24 commits to main since this release

Visualization

  • Multi-lead plotting functions (plot_leads, plot_12lead, plot_quality, iplot_leads, iplot_12lead) now accept raw numpy arrays directly with fs= parameter — pass a 2D array (n_leads × n_samples) or a list of 1D arrays alongside the sample rate

  • New LeadsLike type alias for multi-lead inputs: list[Lead] | ECGRecord | NDArray | list[NDArray]

  • Static plots no longer force the Agg backend — plots display inline in Jupyter and GUI environments by default


Full Changelog: https://github.com/UMMISCO/ECGDataKit/commits/v0.0.8