diff options
author | Martin Dudok van Heel | 2010-04-26 19:40:41 +0200 |
---|---|---|
committer | Martin Dudok van Heel | 2010-04-26 19:40:41 +0200 |
commit | 49fa13f9fce2037d176c86bf326a7e25a78b72a5 (patch) | |
tree | a98cf5026d0d6eec9422b2348546ce258f9bab23 /gr-wxgui/src/python/plotter/channel_plotter.py | |
parent | a82c784262b9eae78f4c2157b6434495f8ff76bc (diff) | |
download | gnuradio-49fa13f9fce2037d176c86bf326a7e25a78b72a5.tar.gz gnuradio-49fa13f9fce2037d176c86bf326a7e25a78b72a5.tar.bz2 gnuradio-49fa13f9fce2037d176c86bf326a7e25a78b72a5.zip |
Add analog CRT screen afterglow emulation for gr-wxgui
Diffstat (limited to 'gr-wxgui/src/python/plotter/channel_plotter.py')
-rw-r--r-- | gr-wxgui/src/python/plotter/channel_plotter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/src/python/plotter/channel_plotter.py b/gr-wxgui/src/python/plotter/channel_plotter.py index ff0a3a160..f046ae5a9 100644 --- a/gr-wxgui/src/python/plotter/channel_plotter.py +++ b/gr-wxgui/src/python/plotter/channel_plotter.py @@ -47,6 +47,7 @@ class channel_plotter(grid_plotter_base): """ #init grid_plotter_base.__init__(self, parent, MIN_PADDING) + self.set_emulate_analog(False) #setup legend cache self._legend_cache = self.new_gl_cache(self._draw_legend, 50) self.enable_legend(False) |