From e17f34beba1df09250d2e80d502e291aa97be3ac Mon Sep 17 00:00:00 2001 From: Santosh G. Vattam Date: Fri, 23 Apr 2010 08:49:25 +0530 Subject: Minor corrections. --- day1/session5.tex | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'day1/session5.tex') diff --git a/day1/session5.tex b/day1/session5.tex index 7bd9f70..a49baef 100644 --- a/day1/session5.tex +++ b/day1/session5.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {02 April, 2010\\Day 1, Session 5} +\date[] {22 April, 2010\\Day 1, Session 5} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -153,15 +153,12 @@ plot(l, t, '.') \hspace*{-0.5in} \includegraphics[height=2in, interpolate=true]{data/triangle} \column{0.45\textwidth} - \begin{block}{Line between two points} + \begin{block}{Plot points given x and y coordinates} \tiny \begin{lstlisting} -In []: x = [3, 1] -In []: y = [2, -3] -In []: z = [-2, 4] +In []: x = [3, 2, -2, 3] +In []: y = [1, -3, 4, 1] In []: plot(x, y) -In []: plot(y, z) -In []: plot(x, z) \end{lstlisting} \end{block} \end{columns} -- cgit