summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/plot_form.py
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: Remove the command line plot toolsMartin Braun2018-11-151-406/+0
| | | | | | | Note: In gr-utils, we have a version of these tools that don't have Qt4 dependencies (note: they have matplotlib dependencies, though). None of these tools work with Qt5.
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-5/+9
|
* qtgui: Fix Y-Axis timescale issues on ↵Paul Garver2014-12-021-0/+1
| | | | gr_spectrogram_plot/gr_spectrogram_plot_* by adding a function to set the time per fft. Scale should also update when a new FFT size or sample rate is entered via the GUI
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* qtgui: improved handling of static plot tools.Tom Rondeau2013-02-211-11/+11
|
* qtgui: adding time raster static plot tool.Tom Rondeau2013-02-211-29/+37
|
* qtgui: fixed bounds checking and a typo.Tom Rondeau2013-02-201-5/+11
|
* qtgui: tweaking plotting apps for better handling.Tom Rondeau2013-02-171-6/+8
|
* qtgui: prevent us from being able to set line width to 0 in the plotters.Tom Rondeau2013-01-221-2/+3
|
* qtgui: Updated plotting tools for more control through the GUI interface.Tom Rondeau2013-01-221-41/+182
|
* qtgui: added checkbox to time plotting apps to toggle stem plot on/off.Tom Rondeau2013-01-201-10/+29
|
* qtgui: improved PSD plotting tools to use more complete and complex base ↵Tom Rondeau2013-01-191-46/+114
| | | | | | classes. Some tweaks to time plotters for better GUI interactions.
* qtgui: adding features to QT-based time plotters.Tom Rondeau2013-01-151-3/+20
| | | | Made parent class to make updates to all types easier.
* qtgui: added auto-scale checkbox to time plot.Tom Rondeau2013-01-151-0/+12
|
* qtgui: adding a save and exit menu to qtgui-based static plotting tools.Tom Rondeau2012-11-041-3/+48
| | | | Save will save the current plot as a jpeg, png, bmp, or tiff.
* qtgui: fixing up apps for static displaying of samples.Tom Rondeau2012-07-281-0/+82