Skip to content

Commit 689a2b4

Browse files
committed
error messages
1 parent cfc94dc commit 689a2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot/waterfall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, filter_bank=None, center_freq=None, sample_freq=None,
2424
self.filter_bank = filter_bank
2525

2626
if fig is None:
27-
raise ValueError("Need figure.")
27+
raise ValueError("A Matplotlib figure is needed to generate the plot.")
2828
else:
2929
self.fig = fig
3030

0 commit comments

Comments
 (0)