# HG changeset patch # User Puneeth Chaganti # Date 1256293349 -19800 # Node ID 6a1388c456f48a6383c0ff2ccdab7a0b82dce456 # Parent dc0da25b788bff337d152fcf1bc364fcdda8344a Added plotting of points, additional attributes of plots. diff -r dc0da25b788b -r 6a1388c456f4 day1/session2.tex --- 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]