--- a/day1/session5.tex Fri Mar 05 23:59:12 2010 +0530
+++ b/day1/session5.tex Mon Mar 08 20:45:33 2010 +0530
@@ -151,14 +151,17 @@
\begin{columns}
\column{0.5\textwidth}
\hspace*{-0.5in}
- \includegraphics[height=2in, interpolate=true]{data/points}
+ \includegraphics[height=2in, interpolate=true]{data/triangle}
\column{0.45\textwidth}
\begin{block}{Line between two points}
\tiny
\begin{lstlisting}
-In []: x = [1, 5]
-In []: y = [1, 4]
+In []: x = [3, 1]
+In []: y = [2, -3]
+In []: z = [-2, 4]
In []: plot(x, y)
+In []: plot(y, z)
+In []: plot(x, z)
\end{lstlisting}
\end{block}
\end{columns}