We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc94dc commit 689a2b4Copy full SHA for 689a2b4
plot/waterfall.py
@@ -24,7 +24,7 @@ def __init__(self, filter_bank=None, center_freq=None, sample_freq=None,
24
self.filter_bank = filter_bank
25
26
if fig is None:
27
- raise ValueError("Need figure.")
+ raise ValueError("A Matplotlib figure is needed to generate the plot.")
28
else:
29
self.fig = fig
30
0 commit comments