It would be nice if a given ECGRecord could be plotted, e.g. with a .plot() method. If the record contains an annotation field, these should also be plotted. In addition, it should be possible to plot custom markers (e.g. detected heartbeats), resulting in something like this:
(green = annotations, red = custom markers, i.e. detected heartbeats)
It would be nice if a given
ECGRecord
could be plotted, e.g. with a.plot()
method. If the record contains anannotation
field, these should also be plotted. In addition, it should be possible to plot custom markers (e.g. detected heartbeats), resulting in something like this:(green = annotations, red = custom markers, i.e. detected heartbeats)