We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed951f6 commit 39d209aCopy full SHA for 39d209a
wfdb/plot/plot.py
@@ -271,7 +271,7 @@ def plot_items(
271
)
272
273
if ann_samp is not None:
274
- plot_annotation(
+ _plot_annotation(
275
ann_samp,
276
n_annot,
277
ann_sym,
@@ -503,7 +503,7 @@ def _plot_signal(
503
axes[ch].plot(t, signal[ch], sig_style[ch], zorder=3)
504
505
506
-def plot_annotation(
+def _plot_annotation(
507
508
509
0 commit comments