summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/plot_fft_base.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-01-17 09:11:22 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-01-17 09:11:22 -0800
commit25761ace73a374136b07717d3cf9ed4d1c83a841 (patch)
tree8cc49d854b639b1aa6c1433e88beed460cea3dd9 /gr-utils/python/utils/plot_fft_base.py
parentd2c6938b4922ba4942aad96bd47c1391e9516f2a (diff)
parent32e0712b763a21c7cd750477a686228919e18492 (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/utils/plot_fft_base.py')
-rwxr-xr-xgr-utils/python/utils/plot_fft_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/utils/plot_fft_base.py b/gr-utils/python/utils/plot_fft_base.py
index 4afdc3a360..c4bc484d97 100755
--- a/gr-utils/python/utils/plot_fft_base.py
+++ b/gr-utils/python/utils/plot_fft_base.py
@@ -30,7 +30,7 @@ except ImportError:
try:
from pylab import *
except ImportError:
- print "Please install Matplotlib to run this script (http://matplotlib.sourceforge.net/)"
+ print "Please install Python Matplotlib (http://matplotlib.sourceforge.net/) and Python TkInter https://wiki.python.org/moin/TkInter to run this script"
raise SystemExit, 1
from optparse import OptionParser