summaryrefslogtreecommitdiff
path: root/day1/session4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day1/session4.tex')
-rw-r--r--day1/session4.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/day1/session4.tex b/day1/session4.tex
index e131dad..585160f 100644
--- a/day1/session4.tex
+++ b/day1/session4.tex
@@ -589,7 +589,9 @@ In []: Tline.shape
\item Now plot \typ{Tline} vs. \typ{L}, to get the Least squares fit line.
\end{itemize}
\begin{lstlisting}
-In []: plot(L, Tline)
+In []: plot(L, Tline, 'r')
+
+In []: plot(L, tsq, 'o')
\end{lstlisting}
\end{frame}