day1/session5.tex
changeset 385 c70118cdde66
parent 382 41c34770d63a
child 389 aa392117454f
--- a/day1/session5.tex	Wed Apr 21 13:47:36 2010 +0530
+++ b/day1/session5.tex	Fri Apr 23 08:49:25 2010 +0530
@@ -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 @@
     \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}