Skip to content

Commit 39d209a

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

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
@@ -271,7 +271,7 @@ def plot_items(
271271
)
272272

273273
if ann_samp is not None:
274-
plot_annotation(
274+
_plot_annotation(
275275
ann_samp,
276276
n_annot,
277277
ann_sym,
@@ -503,7 +503,7 @@ def _plot_signal(
503503
axes[ch].plot(t, signal[ch], sig_style[ch], zorder=3)
504504

505505

506-
def plot_annotation(
506+
def _plot_annotation(
507507
ann_samp,
508508
n_annot,
509509
ann_sym,

0 commit comments

Comments
 (0)