Skip to content

Commit e01bf7a

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

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
@@ -942,7 +942,7 @@ def plot_wfdb(
942942
ylabel,
943943
record_name,
944944
sig_units,
945-
) = get_wfdb_plot_items(
945+
) = _get_wfdb_plot_items(
946946
record=record, annotation=annotation, plot_sym=plot_sym
947947
)
948948

@@ -980,7 +980,7 @@ def plot_wfdb(
980980
)
981981

982982

983-
def get_wfdb_plot_items(record, annotation, plot_sym):
983+
def _get_wfdb_plot_items(record, annotation, plot_sym):
984984
"""
985985
Get items to plot from WFDB objects.
986986

0 commit comments

Comments
 (0)