summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/plot_data.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure plot_tools folderjapm482020-04-101-188/+0
| | | | Move python/utils/ to plot_tools/ as per issue #2462.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-utils: Condense gr_plot commands and fix datatype argBrennan Ashton2018-11-221-1/+41
| | | | | | | This removes all the gr_plot_* applications save for: - gr_plot (time-domain) - gr_plot_fft (FFT domain) - gr_plot_psd (Power Spectrum Density)
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-15/+4
| | | | | | | | | 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-9/+13
|
* utils: plot_data - remove unused importJiří Pinkava2016-06-291-1/+0
|
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-041-0/+168
uninstalled import works with recent changes.