summaryrefslogtreecommitdiff
path: root/loading_data_from_files
diff options
context:
space:
mode:
authorJovina2011-05-04 12:05:01 +0530
committerJovina2011-05-04 12:05:01 +0530
commit8f769af90d747f7e12e4ef64ec2ee9dabf19b727 (patch)
tree23b5de3ab7c201220de16da2fcbaf6a54e128a0f /loading_data_from_files
parent19c8f29fa0be1c8697078fbeae780c5aa52b0676 (diff)
downloadst-scripts-8f769af90d747f7e12e4ef64ec2ee9dabf19b727.tar.gz
st-scripts-8f769af90d747f7e12e4ef64ec2ee9dabf19b727.tar.bz2
st-scripts-8f769af90d747f7e12e4ef64ec2ee9dabf19b727.zip
Modified files in module1.
Diffstat (limited to 'loading_data_from_files')
-rw-r--r--loading_data_from_files/script.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/loading_data_from_files/script.rst b/loading_data_from_files/script.rst
index cc2e008..029983d 100644
--- a/loading_data_from_files/script.rst
+++ b/loading_data_from_files/script.rst
@@ -24,23 +24,22 @@
Script
------
-{{{ Show the slide containing title }}}
+{{{ Show the first slide containing title, name of the production
+team along with the logo of MHRD }}}
-Hello Friends. Welcome to this tutorial on loading data from files.
+Hello Friends. Welcome to this tutorial on "loading data from files".
-{{{ Screen shows welcome slide }}}
+{{{ Show slide with objectives }}}
We often require to plot points obtained from experimental
-observations. In this tutorial we shall learn to read data from files
-and save it into sequences that can later be used to plot.
+observations.
-{{{ Show the outline for this tutorial }}}
+At the end of this tutorial, you will be able to,
-We shall use the ``loadtxt`` command to load data from files. We will
-be looking at how to read a file with multiple columns of data and
-load each column of data into a sequence.
+ 1. Read data from files, containing a single column of data using the ``loadtxt`` command.
+ #. Read multiple columns of data, separated by spaces or other delimiters.
-{{{ switch back to the terminal }}}
+{{{ switch to the terminal }}}
As usual, let us start IPython, using
::