diff options
Diffstat (limited to 'gr-qtgui/apps/gr_time_plot_c')
-rwxr-xr-x | gr-qtgui/apps/gr_time_plot_c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/gr_time_plot_c b/gr-qtgui/apps/gr_time_plot_c index 4450a2074c..a7c39a24b9 100755 --- a/gr-qtgui/apps/gr_time_plot_c +++ b/gr-qtgui/apps/gr_time_plot_c @@ -62,7 +62,7 @@ def main(): options.start, options.nsamples, max_nsamples, not options.no_auto_scale) - main_box = plot_base.plot_time_form(tb, 'GNU Radio Time Plot') + main_box = plot_base.plot_time_form(tb, 'GNU Radio Time Plot', 10000.0) main_box.show() tb.run() |