day1/session5.tex
changeset 366 ec4cb3ba7f09
parent 358 162e3e453920
child 373 f04eca8b2f3d
--- a/day1/session5.tex	Mon Jan 25 17:53:03 2010 +0530
+++ b/day1/session5.tex	Wed Jan 27 21:42:07 2010 +0530
@@ -78,7 +78,7 @@
 \author[FOSSEE] {FOSSEE}
 
 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
-\date[] {11 January, 2010\\Day 1, Session 5}
+\date[] {28 January, 2010\\Day 1, Session 5}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
@@ -127,10 +127,7 @@
     point = line.split()
     l.append(float(point[0]))
     t.append(float(point[1]))
-tsq = []
-for time in t:
-    tsq.append(time*time)
-plot(l, tsq, '.')
+plot(l, t, '.')
     \end{lstlisting}
     \end{block}
   \end{columns}