summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/utils/gr_plot_data.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved gnuradio-core/src/utils/ plotting scripts into gr-utils, with some rework.jcorgan2008-02-011-199/+0
| | | | | | | | | 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
* Catching ImportError exception and giving (hopefully) useful error message ↵trondeau2008-01-301-2/+12
| | | | | | to install the necessary packages. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7529 221aa14e-8319-0410-a670-987f0aec2ac5
* Updating and cleaning up plotting code. When plotting char/int/short/float ↵trondeau2008-01-301-0/+189
you can now specify multiple input files on the command line and each are plotted in a different color. Useful when comparing two outputs. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7528 221aa14e-8319-0410-a670-987f0aec2ac5