Minor edits to day1quiz1.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Thu, 28 Jan 2010 15:06:24 +0530
changeset 372 5f02dfb93df1
parent 371 9956a5bcd0f5
child 373 f04eca8b2f3d
Minor edits to day1quiz1.
day1/day1quiz1.tex
--- a/day1/day1quiz1.tex	Thu Jan 28 15:02:15 2010 +0530
+++ b/day1/day1quiz1.tex	Thu Jan 28 15:06:24 2010 +0530
@@ -94,18 +94,18 @@
 What ipython magic command do you use to obtain the lines of code you have already typed in the interpreter? What command do you use to save them?
 \end{frame}
 
-\begin{frame}[fragile]
-\frametitle{\incqno }
-The following code snippet has an error/bug:
-\begin{lstlisting}
-In []: y = linspace(0, 2*pi, 50)
-In []: plot(y, sin(y))
-In []: clf()
-In []: plot(y, cos(y))
-In []: legend(['sin(y)', 'cos(y)']) 
-\end{lstlisting}
-What is the error? How do you fix it?  
-\end{frame}
+%% \begin{frame}[fragile]
+%% \frametitle{\incqno }
+%% The following code snippet has an error/bug:
+%% \begin{lstlisting}
+%% In []: y = linspace(0, 2*pi, 50)
+%% In []: plot(y, sin(y))
+%% In []: clf()
+%% In []: plot(y, cos(y))
+%% In []: legend(['sin(y)', 'cos(y)']) 
+%% \end{lstlisting}
+%% What is the error? How do you fix it?  
+%% \end{frame}
 
 \begin{frame}[fragile]
 \frametitle{\incqno }