Skip to content

Commit ed192ed

Browse files
Gabriel Azevedotompollard
authored andcommitted
Solving issue MIT-LCP#144 - plt.show(fig)
1 parent cc8c9e9 commit ed192ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def plot_items(signal=None, ann_samp=None, ann_sym=None, fs=None,
117117
label_figure(axes, n_subplots, time_units, sig_name, sig_units, ylabel,
118118
title)
119119

120-
plt.show(fig)
120+
plt.show()
121121

122122
if return_fig:
123123
return fig

0 commit comments

Comments
 (0)