summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-27 19:14:55 +0530
committerPuneeth Chaganti2009-10-27 19:14:55 +0530
commitfe3198d2d3a0a6deced3358cc0bf9bbf95637ce2 (patch)
treeec74a223b0cfbea2ad0aacbd3ddef9766f6d42c6
parent9adde82b8d8f8962e8d857cc35d6bb5e2949eb5f (diff)
downloadworkshops-fe3198d2d3a0a6deced3358cc0bf9bbf95637ce2.tar.gz
workshops-fe3198d2d3a0a6deced3358cc0bf9bbf95637ce2.tar.bz2
workshops-fe3198d2d3a0a6deced3358cc0bf9bbf95637ce2.zip
Added an image for scatter plot of L vs T^2.
-rw-r--r--day1/data/L-Tsq-points.pngbin0 -> 21813 bytes
-rw-r--r--day1/session3.tex8
2 files changed, 8 insertions, 0 deletions
diff --git a/day1/data/L-Tsq-points.png b/day1/data/L-Tsq-points.png
new file mode 100644
index 0000000..3b8f2a3
--- /dev/null
+++ b/day1/data/L-Tsq-points.png
Binary files differ
diff --git a/day1/session3.tex b/day1/session3.tex
index 6006fb0..600bb53 100644
--- a/day1/session3.tex
+++ b/day1/session3.tex
@@ -349,6 +349,14 @@ In []: TSq = T*T
\frametitle{Least Squares Fit}
\vspace{-0.15in}
\begin{figure}
+\includegraphics[width=4in]{data/L-Tsq-points.png}
+\end{figure}
+\end{frame}
+
+\begin{frame}[fragile]
+\frametitle{Least Squares Fit}
+\vspace{-0.15in}
+\begin{figure}
\includegraphics[width=4in]{data/least-sq-fit.png}
\end{figure}
\end{frame}