diff options
author | Jovina | 2011-07-27 17:35:53 +0530 |
---|---|---|
committer | Jovina | 2011-07-27 17:35:53 +0530 |
commit | a4cf231a880aa13b7c28f5dc910b430e0e150440 (patch) | |
tree | a0473733cda8863cff6e587e73d726ac64a19932 /plotting_data/slides.org | |
parent | b5f77a98731894b82d81be423a584a979df5a734 (diff) | |
download | st-scripts-a4cf231a880aa13b7c28f5dc910b430e0e150440.tar.gz st-scripts-a4cf231a880aa13b7c28f5dc910b430e0e150440.tar.bz2 st-scripts-a4cf231a880aa13b7c28f5dc910b430e0e150440.zip |
Minor changes to script & slides of "plotting data".
Diffstat (limited to 'plotting_data/slides.org')
-rw-r--r-- | plotting_data/slides.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plotting_data/slides.org b/plotting_data/slides.org index e4750dd..6fa1ce4 100644 --- a/plotting_data/slides.org +++ b/plotting_data/slides.org @@ -108,11 +108,11 @@ * Summary In this tutorial, we have learnt to – - - Declare a sequence of numbers using the function ``array``. - - Perform elemtwise squaring using the ``square`` function. + - Declare a sequence of numbers using the function ``array''. + - Perform elementwise squaring using the ``square'' function. - Use the various options available for plotting like dots,lines. - Plot experimental data such that we can also represent error by using the - ``errorbar()`` function. + ``errorbar()'' function. * Evaluation 1. Square the following sequence. - distance\_values=[2.1,4.6,8.72,9.03] |