diff options
author | Santosh G. Vattam | 2010-01-28 15:06:24 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-01-28 15:06:24 +0530 |
commit | a92f17cc899afd79a18f90523e0769cd5d07c5d0 (patch) | |
tree | 62bff55b079b572ea3e35d0b872189194546e5e2 | |
parent | 4809e41c320e3b346169a036bca6251f0a86b36c (diff) | |
download | workshops-more-scipy-a92f17cc899afd79a18f90523e0769cd5d07c5d0.tar.gz workshops-more-scipy-a92f17cc899afd79a18f90523e0769cd5d07c5d0.tar.bz2 workshops-more-scipy-a92f17cc899afd79a18f90523e0769cd5d07c5d0.zip |
Minor edits to day1quiz1.
-rw-r--r-- | day1/day1quiz1.tex | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/day1/day1quiz1.tex b/day1/day1quiz1.tex index f6bc562..f3a7bf4 100644 --- a/day1/day1quiz1.tex +++ b/day1/day1quiz1.tex @@ -94,18 +94,18 @@ is in the rectangle $(0, -1.5)$ (left bottom coordinate) and $(2\pi, 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 } |