summaryrefslogtreecommitdiff
path: root/day1/day1quiz1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day1/day1quiz1.tex')
-rw-r--r--day1/day1quiz1.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/day1/day1quiz1.tex b/day1/day1quiz1.tex
index f3a7bf4..331eb57 100644
--- a/day1/day1quiz1.tex
+++ b/day1/day1quiz1.tex
@@ -74,6 +74,7 @@ Describe the plot produced by the following:
In []: x = linspace(0, 2*pi, 50)
In []: plot(x, cos(x), 'go')
\end{lstlisting}
+Note: Do not draw it, just describe the plot
\end{frame}
\begin{frame}