diff options
author | Johnathan Corgan | 2010-05-13 13:11:13 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-05-13 13:11:13 -0700 |
commit | 3a730f46faf1942c713350b312a1dfeffb587550 (patch) | |
tree | 5ceac3051d67f0a5dfbac2210e5bb9a267218157 /gr-wxgui/src/python/plotter/channel_plotter.py | |
parent | 331542fc51eb47a65161ab6d41c6dc8fd1dd1f22 (diff) | |
download | gnuradio-3a730f46faf1942c713350b312a1dfeffb587550.tar.gz gnuradio-3a730f46faf1942c713350b312a1dfeffb587550.tar.bz2 gnuradio-3a730f46faf1942c713350b312a1dfeffb587550.zip |
gr-wxgui: Renamed "emulate analog" feature to "use persistence"
Diffstat (limited to 'gr-wxgui/src/python/plotter/channel_plotter.py')
-rw-r--r-- | gr-wxgui/src/python/plotter/channel_plotter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/plotter/channel_plotter.py b/gr-wxgui/src/python/plotter/channel_plotter.py index f046ae5a9..cf38786f2 100644 --- a/gr-wxgui/src/python/plotter/channel_plotter.py +++ b/gr-wxgui/src/python/plotter/channel_plotter.py @@ -47,7 +47,7 @@ class channel_plotter(grid_plotter_base): """ #init grid_plotter_base.__init__(self, parent, MIN_PADDING) - self.set_emulate_analog(False) + self.set_use_persistence(False) #setup legend cache self._legend_cache = self.new_gl_cache(self._draw_legend, 50) self.enable_legend(False) |