diff options
author | Jovina | 2011-05-10 02:51:07 -0700 |
---|---|---|
committer | Jovina | 2011-05-10 02:51:07 -0700 |
commit | 60d5ed341bedf9d8276ecec2ae5d858ba2e8238b (patch) | |
tree | bccb3dd328c8fff95ed317251264570a056e5c3c /loading_data_from_files/script.rst | |
parent | e25eab7062104d1b37b844d8332a856e2a7ff9fd (diff) | |
download | st-scripts-60d5ed341bedf9d8276ecec2ae5d858ba2e8238b.tar.gz st-scripts-60d5ed341bedf9d8276ecec2ae5d858ba2e8238b.tar.bz2 st-scripts-60d5ed341bedf9d8276ecec2ae5d858ba2e8238b.zip |
Implemented few changes suggested by Pritham to the script 'Loading data from files'.
Diffstat (limited to 'loading_data_from_files/script.rst')
-rw-r--r-- | loading_data_from_files/script.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loading_data_from_files/script.rst b/loading_data_from_files/script.rst index 0ff85c0..fd05ed3 100644 --- a/loading_data_from_files/script.rst +++ b/loading_data_from_files/script.rst @@ -52,7 +52,7 @@ At the end of this tutorial, you will be able to, .. R3 -As usual, let us switch to the terminal and start IPython, using ipython -pylab +Let us switch to the terminal and start IPython, using ipython -pylab .. R4 @@ -131,7 +131,7 @@ assumed that the file is in ``/home/fossee/`` .. R11 -Let us now print the variable ``pend`` and see what's in it. +Let us now print the variable ``pend`` and see what it contains. .. L11 :: @@ -211,7 +211,7 @@ let's revise quickly what we have learnt today.In this tutorial we learnt, .. R17 -1. ``loadtxt`` can read data only from a file with one column +1. ``loadtxt`` can read data from a file with one column only. True or False? 2. Given a file ``data.txt`` with three columns of data separated by |