Add analog CRT screen afterglow emulation for gr-wxgui
[debian/gnuradio] / gr-wxgui / src / python / plotter / channel_plotter.py
index ff0a3a160d9cb7ddc48bd4538377617a2a1133dc..f046ae5a9f49004b6b3310e320792491df3626df 100644 (file)
@@ -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)