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 b3c8cc3 commit e01bf7aCopy full SHA for e01bf7a
wfdb/plot/plot.py
@@ -942,7 +942,7 @@ def plot_wfdb(
942
ylabel,
943
record_name,
944
sig_units,
945
- ) = get_wfdb_plot_items(
+ ) = _get_wfdb_plot_items(
946
record=record, annotation=annotation, plot_sym=plot_sym
947
)
948
@@ -980,7 +980,7 @@ def plot_wfdb(
980
981
982
983
-def get_wfdb_plot_items(record, annotation, plot_sym):
+def _get_wfdb_plot_items(record, annotation, plot_sym):
984
"""
985
Get items to plot from WFDB objects.
986
0 commit comments