diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-05-21 11:40:15 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2012-05-21 11:40:15 -0700 |
commit | a3638941859c8ac2f61dfc81ff1837997d5540eb (patch) | |
tree | 6d52608ff1e73fce3114989147b37385acf70cd2 /gr-utils/src | |
parent | f684f3c3997b973a914b3c1adffc3ba616f0f49b (diff) |
docs: Adding/editing top-level docstrings.
Diffstat (limited to 'gr-utils/src')
-rw-r--r-- | gr-utils/src/python/plot_data.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-utils/src/python/plot_data.py b/gr-utils/src/python/plot_data.py index 242ca2a4b0..2ae3b1d5b3 100644 --- a/gr-utils/src/python/plot_data.py +++ b/gr-utils/src/python/plot_data.py @@ -18,6 +18,9 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. # +""" +Utility to help plotting data from files. +""" try: import scipy |