day1/session2.tex
changeset 156 6a1388c456f4
parent 153 dc0da25b788b
child 159 01f57cda252f
--- a/day1/session2.tex	Fri Oct 23 14:42:18 2009 +0530
+++ b/day1/session2.tex	Fri Oct 23 15:52:29 2009 +0530
@@ -193,14 +193,23 @@
 \end{frame}
 
 \begin{frame}[fragile]
-\frametitle{Plotting Attributes}
+\frametitle{Additional Plotting Attributes}
 \begin{itemize}
   \item \kwrd{'o'} - Dots
+  \item \kwrd{'.'} - Smaller Dots
   \item \kwrd{'-'} - Lines
   \item \kwrd{'- -'} - Dashed lines
 \end{itemize}
 \end{frame}
 
+\begin{frame}[fragile]
+\frametitle{Plotting $L$ vs. $T^2$}
+\begin{itemize}
+\item We must square each of the values in T
+\item How to do it?
+\item T is a \kwrd{list} and we use a \kwrd{for} loop to iterate over it
+\end{itemize}
+\end{frame}
 
 
 \section{File Handling}
@@ -238,8 +247,6 @@
 \inctime{5}
 \end{frame}
 
-\section{Plotting points}
-
 \section{Lists}
 
 \begin{frame}[fragile]