Merge commit 'v3.3.0' into upstream
[debian/gnuradio] / gr-utils / src / python / plot_data.py
index 7c79e17143d6d2b5be8bbbf81d37499ca2c1bc1f..08cdd60306bfb0b20e69d24431fc1b9659212850 100644 (file)
@@ -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()