Minor changes to session1. scipy2010
authorPrabhu Ramachandran <prabhu@aero.iitb.ac.in>
Mon, 28 Jun 2010 01:37:42 -0500
branchscipy2010
changeset 427 66d296ff31b9
parent 426 7d8738ce004d
child 428 ee689f7c3122
Minor changes to session1.
day1/session1.tex
--- a/day1/session1.tex	Mon Jun 28 00:14:02 2010 -0500
+++ b/day1/session1.tex	Mon Jun 28 01:37:42 2010 -0500
@@ -259,9 +259,9 @@
 %% \end{block}
 %% \end{frame}
 
-\section{Loops}
+\section{Breaking out of loops}
 \begin{frame}[fragile]
-\frametitle{Loops}
+\frametitle{Breaking out of Loops}
 Breaking out of loops
 \begin{lstlisting}     
   In []: while True:
@@ -515,6 +515,7 @@
   \begin{lstlisting}
 In []: xmin, xmax = xlim() 
 In []: ymin, ymax = ylim() 
+In []: print xmin, xmax 
   \end{lstlisting}
 \emphbar{Set the axes limits}
   \begin{lstlisting}