Skip to content

Commit bd58ff1

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

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
@@ -893,7 +893,7 @@ def plot_wfdb(
893893
record=None,
894894
annotation=None,
895895
plot_sym=False,
896-
time_units="samples",
896+
time_units="seconds",
897897
title=None,
898898
sig_style=[""],
899899
ann_style=["r*"],

0 commit comments

Comments
 (0)