Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: Remove the command line plot tools | Martin Braun | 2018-11-15 | 1 | -164/+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. | ||||
* | Replace scipy/pylab where numpy/pyplot is sufficient | Marcus Müller | 2018-11-02 | 1 | -12/+8 |
| | | | | | | | | | This should reduce the number of times users are prompted to install pylab || scipy when they'd actually get away with functionality fully contained in numpy and matplotlib. This only solves the obvious cases. There's some usage of `pylab.mlab` that would need more than 20s of consideration. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -15/+19 |
| | |||||
* | qtgui: plot_base remove unused imports | Jiří Pinkava | 2016-06-29 | 1 | -2/+0 |
| | |||||
* | qtgui: force ControlPort off when using static plot tools. | Tom Rondeau | 2013-03-20 | 1 | -0/+2 |
| | |||||
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 1 | -4/+4 |
| | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | qtgui: fixed a autoscale issue with byte file types. | Tom Rondeau | 2013-02-21 | 1 | -2/+8 |
| | |||||
* | qtgui: adding time raster static plot tool. | Tom Rondeau | 2013-02-21 | 1 | -0/+2 |
| | |||||
* | qtgui: Updated plotting tools for more control through the GUI interface. | Tom Rondeau | 2013-01-22 | 1 | -2/+8 |
| | |||||
* | qtgui: improved PSD plotting tools to use more complete and complex base ↵ | Tom Rondeau | 2013-01-19 | 1 | -66/+31 |
| | | | | | | classes. Some tweaks to time plotters for better GUI interactions. | ||||
* | qtgui: making an even more generic set of plotting tools. | Tom Rondeau | 2013-01-15 | 1 | -0/+185 |