Moved gnuradio-core/src/utils/ plotting scripts into gr-utils, with some rework.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 1 Feb 2008 16:48:00 +0000 (16:48 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 1 Feb 2008 16:48:00 +0000 (16:48 +0000)
commit6c7ee8932b84fa5dca0c88d7d80f2efe0aa30a06
tree49ad5bb39263b23426f91442eff20b860fa25d19
parent42271ef69334b0b9236bdbfd8aa26c2848249d6d
Moved gnuradio-core/src/utils/ plotting scripts into gr-utils, with some rework.

The gr_plot_data.py class installs into the gnuradio namespace as
gnuradio.plot_data, and the remainder of the scripts install into
$prefix/bin.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7536 221aa14e-8319-0410-a670-987f0aec2ac5
21 files changed:
gnuradio-core/src/utils/README [deleted file]
gnuradio-core/src/utils/gr_plot_char.py [deleted file]
gnuradio-core/src/utils/gr_plot_const.py [deleted file]
gnuradio-core/src/utils/gr_plot_data.py [deleted file]
gnuradio-core/src/utils/gr_plot_fft_c.py [deleted file]
gnuradio-core/src/utils/gr_plot_fft_f.py [deleted file]
gnuradio-core/src/utils/gr_plot_float.py [deleted file]
gnuradio-core/src/utils/gr_plot_int.py [deleted file]
gnuradio-core/src/utils/gr_plot_iq.py [deleted file]
gnuradio-core/src/utils/gr_plot_short.py [deleted file]
gr-utils/src/python/Makefile.am
gr-utils/src/python/README.plot [new file with mode: 0644]
gr-utils/src/python/gr_plot_char.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_const.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_fft_c.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_fft_f.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_float.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_int.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_iq.py [new file with mode: 0755]
gr-utils/src/python/gr_plot_short.py [new file with mode: 0755]
gr-utils/src/python/plot_data.py [new file with mode: 0644]