Skip to content

Commit 5242043

Browse files
author
Benjamin Moody
committed
plot_wfdb: use units of "seconds" by default.
1 parent c650c36 commit 5242043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ def plot_wfdb(
856856
record=None,
857857
annotation=None,
858858
plot_sym=False,
859-
time_units="samples",
859+
time_units="seconds",
860860
title=None,
861861
sig_style=[""],
862862
ann_style=["r*"],

0 commit comments

Comments
 (0)