summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/plot_base.py
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: Remove the command line plot toolsMartin Braun2018-11-151-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 sufficientMarcus Müller2018-11-021-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 python3Douglas Anderson2017-02-261-15/+19
|
* qtgui: plot_base remove unused importsJiří Pinkava2016-06-291-2/+0
|
* qtgui: force ControlPort off when using static plot tools.Tom Rondeau2013-03-201-0/+2
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-4/+4
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* qtgui: fixed a autoscale issue with byte file types.Tom Rondeau2013-02-211-2/+8
|
* qtgui: adding time raster static plot tool.Tom Rondeau2013-02-211-0/+2
|
* qtgui: Updated plotting tools for more control through the GUI interface.Tom Rondeau2013-01-221-2/+8
|
* qtgui: improved PSD plotting tools to use more complete and complex base ↵Tom Rondeau2013-01-191-66/+31
| | | | | | classes. Some tweaks to time plotters for better GUI interactions.
* qtgui: making an even more generic set of plotting tools.Tom Rondeau2013-01-151-0/+185