summaryrefslogtreecommitdiff
path: root/gr-utils/plot_tools
Commit message (Collapse)AuthorAgeFilesLines
* utils: pep8 formattingJosh Morman2021-11-2411-388/+663
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* applied formatter to codeMark Bauer2021-06-162-117/+278
| | | | Signed-off-by: Mark Bauer <markb5@illinois.edu>
* replaced star imports with explicit importsMark Bauer2021-06-162-2/+13
| | | | Signed-off-by: Mark Bauer <markb5@illinois.edu>
* numpy: Fix fftpack referencesChristophe Seguinot2021-02-181-2/+1
| | | | Signed-off-by: Christophe Seguinot <christophe.seguinot@univ-lille.fr>
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-183-7/+7
| | | | Have additional apps, examples, and tools use Qt5 instead of Qt4.
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-037-16/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* gr-utils: restructure plot_tools folderjapm482020-04-1015-0/+3892
Move python/utils/ to plot_tools/ as per issue #2462.