diff options
author | Santosh G. Vattam | 2010-04-27 15:20:28 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-27 15:20:28 +0530 |
commit | 8b326ca582f717f93b24a0d50237fdde7ab1dfcf (patch) | |
tree | 82cf7e9671897cb7b3c7e03bca24314b6e0aa5d8 /day1/session1.tex | |
parent | c322aef973e17aa5ce909a4a4c23cca7f1d51e6d (diff) | |
download | workshops-more-scipy-8b326ca582f717f93b24a0d50237fdde7ab1dfcf.tar.gz workshops-more-scipy-8b326ca582f717f93b24a0d50237fdde7ab1dfcf.tar.bz2 workshops-more-scipy-8b326ca582f717f93b24a0d50237fdde7ab1dfcf.zip |
Minor corrections post SVCE.
Diffstat (limited to 'day1/session1.tex')
-rw-r--r-- | day1/session1.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/day1/session1.tex b/day1/session1.tex index eaca360..d3ebd3c 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -485,6 +485,13 @@ In []: ylim(ymin-0.2, ymax+0.2) \end{frame} \begin{frame}[fragile] + \frametitle{Axes lengths} + \begin{center} + \includegraphics[height=3in, interpolate=true]{data/limits} + \end{center} +\end{frame} + +\begin{frame}[fragile] \frametitle{Review Problem} \begin{enumerate} \item Plot x, -x, sin(x), xsin(x) in range $-5\pi$ to $5\pi$ @@ -567,6 +574,13 @@ To avoid this, run using \alert{\typ{\%run -i four_plot.py}}\\ \end{frame} \begin{frame}[fragile] + \frametitle{Result graph} + \begin{center} + \includegraphics[height=3in, interpolate=true]{data/four_plot} + \end{center} +\end{frame} + +\begin{frame}[fragile] \frametitle{What did we learn?} \begin{itemize} \item Starting up IPython |