| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Move python/utils/ to plot_tools/ as per issue #2462.
|
| |
|
|
|
|
|
|
|
| |
This removes all the gr_plot_* applications save for:
- gr_plot (time-domain)
- gr_plot_fft (FFT domain)
- gr_plot_psd (Power Spectrum Density)
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
uninstalled import works with recent changes.
|