Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: removed .py extensions from installed Python plot programs. | Tom Rondeau | 2012-04-01 | 1 | -729/+0 |
| | | | | The fft and psd bases have been moved into the Python packages directory and new wrappers for data-type independent programs have been created. | ||||
* | Fixed slider behavior when the end of the file is reached. | Tom Rondeau | 2009-09-16 | 1 | -5/+3 |
| | |||||
* | Handling a few exceptions when no file is loaded. | Tom Rondeau | 2009-09-16 | 1 | -4/+11 |
| | |||||
* | Can now change the size of the symbols. Also fixes some layout issues. | Tom Rondeau | 2009-09-01 | 1 | -0/+14 |
| | |||||
* | Adding ability to change line width and style (only a handful of current ↵ | Tom Rondeau | 2009-09-01 | 1 | -32/+80 |
| | | | | styles enabled). | ||||
* | Removing plot picker that addd nothing to the interface. | Tom Rondeau | 2009-09-01 | 1 | -17/+1 |
| | |||||
* | Adding a Reload option (Ctrl+R) option to quickly reread the file and reset ↵ | Tom Rondeau | 2009-09-01 | 1 | -20/+55 |
| | | | | the state. | ||||
* | Added colorbar to spectrogram for magnitude measurement. | Tom Rondeau | 2009-08-25 | 1 | -2/+16 |
| | |||||
* | Fixed spectrogram plotting axis. | Tom Rondeau | 2009-08-25 | 1 | -5/+17 |
| | |||||
* | Adding a spectrogram plot. The axis need work. | Tom Rondeau | 2009-08-25 | 1 | -10/+107 |
| | |||||
* | GR plotter tool handles end of file and files shorter than the block length. | Tom Rondeau | 2009-08-25 | 1 | -9/+25 |
| | |||||
* | Adding a QT-based data file viewer. | Tom | 2009-08-14 | 1 | -0/+504 |
This is the start of an application to read in data files and display them in a useful manner. |