summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/plot_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/src/python/plot_data.py')
-rw-r--r--gr-utils/src/python/plot_data.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-utils/src/python/plot_data.py b/gr-utils/src/python/plot_data.py
index 7c79e1714..08cdd6030 100644
--- a/gr-utils/src/python/plot_data.py
+++ b/gr-utils/src/python/plot_data.py
@@ -33,9 +33,6 @@ except ImportError:
from optparse import OptionParser
-matplotlib.interactive(True)
-matplotlib.use('TkAgg')
-
class plot_data:
def __init__(self, datatype, filenames, options):
self.hfile = list()