From a4cf231a880aa13b7c28f5dc910b430e0e150440 Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 27 Jul 2011 17:35:53 +0530 Subject: Minor changes to script & slides of "plotting data". --- plotting_data/slides.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plotting_data/slides.org') 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] -- cgit