summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/pyqt_histogram_f.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/examples/pyqt_histogram_f.py')
-rw-r--r--gr-qtgui/examples/pyqt_histogram_f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_histogram_f.py b/gr-qtgui/examples/pyqt_histogram_f.py
index 5a7627475d..820db37820 100644
--- a/gr-qtgui/examples/pyqt_histogram_f.py
+++ b/gr-qtgui/examples/pyqt_histogram_f.py
@@ -154,7 +154,7 @@ class my_top_block(gr.top_block):
src = blocks.add_ff()
thr = blocks.throttle(gr.sizeof_float, 100*npts)
self.snk1 = qtgui.histogram_sink_f(npts, 200, -5, 5,
- "Histogram")
+ "Histogram", 1, None)
self.snk1.disable_legend()
self.connect(src1, (src,0))