day1/session2.tex
branchscipy2010
changeset 426 7d8738ce004d
parent 408 217c38c06ebd
child 441 9d9e4026238f
equal deleted inserted replaced
425:5afcfce15e71 426:7d8738ce004d
   169 \end{lstlisting}
   169 \end{lstlisting}
   170 \end{frame}
   170 \end{frame}
   171 
   171 
   172 \begin{frame}[fragile]
   172 \begin{frame}[fragile]
   173 \begin{figure}
   173 \begin{figure}
   174 \includegraphics[width=2in]{data/stline_dots.png}
   174 \includegraphics[interpolate=true,width=2.35in]{data/stline_dots.png}
   175 \includegraphics[width=2in]{data/stline_points.png}
   175 \includegraphics[interpolate=true,width=2.35in]{data/stline_points.png}
   176 \end{figure}
   176 \end{figure}
   177 \end{frame}
   177 \end{frame}
   178 
   178 
   179 \begin{frame}[fragile]
   179 \begin{frame}[fragile]
   180 \frametitle{Additional Plotting Attributes}
   180 \frametitle{Additional Line Styles}
   181 \begin{itemize}
   181 \begin{itemize}
   182   \item \typ{'o'} - Filled circles
   182   \item \typ{'o'} - Filled circles
   183   \item \typ{'.'} - Small Dots
   183   \item \typ{'.'} - Small Dots
   184   \item \typ{'-'} - Lines
   184   \item \typ{'-'} - Lines
   185   \item \typ{'--'} - Dashed lines
   185   \item \typ{'--'} - Dashed lines