From 9fd2abdb667ffea56bed816e3da2b85d82311fa6 Mon Sep 17 00:00:00 2001 From: David Giese Date: Sat, 26 Apr 2025 12:06:50 -0500 Subject: [PATCH] Correct docstring for plot.py When running the latest version of the code, the example didn't run without adding these two arguments. --- wfdb/plot/plot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wfdb/plot/plot.py b/wfdb/plot/plot.py index 1da1b614..ad01cab5 100644 --- a/wfdb/plot/plot.py +++ b/wfdb/plot/plot.py @@ -238,6 +238,7 @@ def plot_items( >>> wfdb.plot_items(signal=record.p_signal, ann_samp=[ann.sample, ann.sample], + fs=record.fs, sig_units=record.units, title='MIT-BIH Record 100', time_units='seconds', figsize=(10,4), ecg_grids='all')