# HG changeset patch # User Puneeth Chaganti # Date 1256295031 -19800 # Node ID 55e8fc68835c2d400cd6864e1de17279b70c2c02 # Parent 6a1388c456f48a6383c0ff2ccdab7a0b82dce456# Parent 069a9aed10271fdcd6a55b204f44af6988964b3c Merged branches. diff -r 069a9aed1027 -r 55e8fc68835c day1/session2.tex --- a/day1/session2.tex Fri Oct 23 16:16:10 2009 +0530 +++ b/day1/session2.tex Fri Oct 23 16:20:31 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]