Skip to content

Commit 17aa2b0

Browse files
author
Benjamin Moody
committed
wfdb.plot.plot: rename plot_ecg_grids to _plot_ecg_grids.
This function is not in the wfdb module, is not listed in the documentation, and shouldn't be used by applications directly.
1 parent 39d209a commit 17aa2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wfdb/plot/plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def plot_items(
286286
)
287287

288288
if ecg_grids:
289-
plot_ecg_grids(
289+
_plot_ecg_grids(
290290
ecg_grids,
291291
fs,
292292
sig_units,
@@ -625,7 +625,7 @@ def _plot_annotation(
625625
)
626626

627627

628-
def plot_ecg_grids(ecg_grids, fs, units, time_units, axes, sampling_freq=None):
628+
def _plot_ecg_grids(ecg_grids, fs, units, time_units, axes, sampling_freq=None):
629629
"""
630630
Add ECG grids to the axes.
631631

0 commit comments

Comments
 (0)