summaryrefslogtreecommitdiff
path: root/plotting_data/script.rst
diff options
context:
space:
mode:
authorMedini Kadam2011-05-06 12:14:08 +0530
committerMedini Kadam2011-05-06 12:14:08 +0530
commit5a35c275d919b7ad9755c2ed49991ec24b76da35 (patch)
tree18e74cbc7bd0e109e013567810d8dacdadfb61a1 /plotting_data/script.rst
parent3cb764ddfee1b297561f4614e83db72b223210e9 (diff)
downloadst-scripts-5a35c275d919b7ad9755c2ed49991ec24b76da35.tar.gz
st-scripts-5a35c275d919b7ad9755c2ed49991ec24b76da35.tar.bz2
st-scripts-5a35c275d919b7ad9755c2ed49991ec24b76da35.zip
Revised script Plotting Data.
Diffstat (limited to 'plotting_data/script.rst')
-rw-r--r--plotting_data/script.rst19
1 files changed, 5 insertions, 14 deletions
diff --git a/plotting_data/script.rst b/plotting_data/script.rst
index f2a0a29..d36a5d4 100644
--- a/plotting_data/script.rst
+++ b/plotting_data/script.rst
@@ -30,24 +30,13 @@ Plotting Experimental Data
{{{ Show the slide containing title }}}
-Hello and welcome , this tutorial on Plotting Experimental data is
-presented by the fossee team.
+Hello and welcome to this tutorial on Plotting Experimental data,
+presented by the fossee team.
{{{ Show the Outline Slide }}}
.. #[[Anoop: outline slide is missing]]
-Here we will discuss plotting Experimental data.
-
-1. We will see how we can represent a sequence of numbers in Python.
-
-2. We will also become familiar with elementwise squaring of such a
-sequence.
-
-3. How to plot data points using python.
-
-4. We will also see how we can use our graph to indicate Error.
-
One needs to be familiar with the concepts of plotting
mathematical functions in Python.
@@ -106,6 +95,8 @@ Now to plot L vs T^2 we will simply type ::
clf()
+This clears the plot.
+
You can also specify 'o' for big dots.::
plot(L,tsquare,'o')
@@ -113,7 +104,7 @@ You can also specify 'o' for big dots.::
clf()
-Following are exercises that you must do.
+Pause video here and solve this exercise. Resume the video once done.
%% %% Plot the given experimental data with large dots.The data is
on your screen.