Skip to content

Commit b3c8cc3

Browse files
author
Benjamin Moody
committed
wfdb.plot.plot: rename label_figure to _label_figure.
This function is not in the wfdb module, is not listed in the documentation, and shouldn't be used by applications directly.
1 parent 8a7486e commit b3c8cc3

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
@@ -311,7 +311,7 @@ def plot_items(
311311
"signal: {} values".format(n_subplots)
312312
)
313313

314-
label_figure(
314+
_label_figure(
315315
axes,
316316
n_subplots,
317317
time_units,
@@ -779,7 +779,7 @@ def _calc_ecg_grids(minsig, maxsig, sig_units, fs, maxt, time_units):
779779
return (major_ticks_x, minor_ticks_x, major_ticks_y, minor_ticks_y)
780780

781781

782-
def label_figure(
782+
def _label_figure(
783783
axes, n_subplots, time_units, sig_name, sig_units, xlabel, ylabel, title
784784
):
785785
"""

0 commit comments

Comments
 (0)