summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/plot_time_raster_form.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-21 12:22:16 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-21 12:22:16 -0500
commit9b9203db08b303d40fbdc1f3bad5f2c16a00ceb1 (patch)
treebc0fc7e22509744f219505c74532795e70424bbe /gr-qtgui/apps/plot_time_raster_form.py
parent0e51289eb2ac5aa0089c8f38b69f966e69fe28d8 (diff)
qtgui: adding time raster plot for floats.
Diffstat (limited to 'gr-qtgui/apps/plot_time_raster_form.py')
-rw-r--r--gr-qtgui/apps/plot_time_raster_form.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/apps/plot_time_raster_form.py b/gr-qtgui/apps/plot_time_raster_form.py
index 77a158332d..32d93744d5 100644
--- a/gr-qtgui/apps/plot_time_raster_form.py
+++ b/gr-qtgui/apps/plot_time_raster_form.py
@@ -36,8 +36,8 @@ except ImportError:
from plot_form import plot_form
class plot_time_raster_form(plot_form):
- def __init__(self, top_block, title=''):
- plot_form.__init__(self, top_block, title)
+ def __init__(self, top_block, title='', scale=1):
+ plot_form.__init__(self, top_block, title, scale)
self.right_col_layout = QtGui.QVBoxLayout()
self.right_col_form = QtGui.QFormLayout()