summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/gr_plot_qt.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing plot picker that addd nothing to the interface.Tom Rondeau2009-09-011-17/+1
|
* Adding a Reload option (Ctrl+R) option to quickly reread the file and reset ↵Tom Rondeau2009-09-011-20/+55
| | | | the state.
* Added colorbar to spectrogram for magnitude measurement.Tom Rondeau2009-08-251-2/+16
|
* Fixed spectrogram plotting axis.Tom Rondeau2009-08-251-5/+17
|
* Adding a spectrogram plot. The axis need work.Tom Rondeau2009-08-251-10/+107
|
* GR plotter tool handles end of file and files shorter than the block length.Tom Rondeau2009-08-251-9/+25
|
* Adding a QT-based data file viewer.Tom2009-08-141-0/+504
This is the start of an application to read in data files and display them in a useful manner.