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 | 90aeac655b099e1d3cbca54b4d6eb30ad387b1ce (patch) | |
tree | 62bff55b079b572ea3e35d0b872189194546e5e2 | |
parent | 53ec187f61603e38df738fa69d36caefcb585471 (diff) | |
download | workshops-90aeac655b099e1d3cbca54b4d6eb30ad387b1ce.tar.gz workshops-90aeac655b099e1d3cbca54b4d6eb30ad387b1ce.tar.bz2 workshops-90aeac655b099e1d3cbca54b4d6eb30ad387b1ce.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 } |