diff options
Diffstat (limited to 'gr-qtgui/apps/plot_time_raster_form.py')
-rw-r--r-- | gr-qtgui/apps/plot_time_raster_form.py | 4 |
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 32d93744d5..32fbba0765 100644 --- a/gr-qtgui/apps/plot_time_raster_form.py +++ b/gr-qtgui/apps/plot_time_raster_form.py @@ -119,12 +119,12 @@ class plot_time_raster_form(plot_form): self._line_tabs.addTab(self._line_pages[-1], "{0}".format(label)) layout.addWidget(self._line_tabs) - + def update_color_map(self, c_index): index = self._line_tabs.currentIndex() self.top_block.gui_snk.set_color_map(index, c_index) self.update_line_alpha() - + def set_auto_scale(self, state): if(state): self.top_block.auto_scale(True) |