From c8f66e7979d4a96474dcf49a0adc4aed5aa7b3b9 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Tue, 22 Jan 2013 13:02:13 -0500 Subject: qtgui: Updated plotting tools for more control through the GUI interface. --- gr-qtgui/apps/plot_base.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gr-qtgui/apps/plot_base.py') diff --git a/gr-qtgui/apps/plot_base.py b/gr-qtgui/apps/plot_base.py index 936218969c..5a784b2dfd 100644 --- a/gr-qtgui/apps/plot_base.py +++ b/gr-qtgui/apps/plot_base.py @@ -40,9 +40,15 @@ except ImportError: sys.exit(1) try: - from gnuradio.qtgui.plot_form import * + from gnuradio.qtgui.plot_constellation_form import * + from gnuradio.qtgui.plot_psd_form import * + from gnuradio.qtgui.plot_spectrogram_form import * + from gnuradio.qtgui.plot_time_form import * except ImportError: - from plot_form import * + from plot_constellation_form import * + from plot_psd_form import * + from plot_spectrogram_form import * + from plot_time_form import * def read_samples(filename, start, in_size, min_size, dtype, dtype_size): # Read in_size number of samples from file -- cgit v1.2.3