diff options
author | Puneeth Chaganti | 2009-11-06 20:15:14 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-11-06 20:15:14 +0530 |
commit | 4595601cd239c4df7d786d2e48903827075f9117 (patch) | |
tree | 14998e1f5118885b2a5fd5310a480067cd7e94eb /day1/session2.tex | |
parent | 6147526cac4af95662702ea3eeef3c5366d133ed (diff) | |
download | workshops-more-scipy-4595601cd239c4df7d786d2e48903827075f9117.tar.gz workshops-more-scipy-4595601cd239c4df7d786d2e48903827075f9117.tar.bz2 workshops-more-scipy-4595601cd239c4df7d786d2e48903827075f9117.zip |
Added another ODE example to session6.
Diffstat (limited to 'day1/session2.tex')
-rw-r--r-- | day1/session2.tex | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index 361b9b3..6df6649 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -123,28 +123,7 @@ % You might wish to add the option [pausesections] \end{frame} -%\begin{frame} -%\frametitle{Python Scripts\ldots} -% \begin{itemize} -% \item Open a new file in an \alert{editor} -% \item Copy and paste from the output of \typ{\%hist -n} -% \item Save the file as \typ{sine_plot.py} -% \end{itemize} -% \begin{itemize} -% \item run the file in IPython using \typ{\%run -i sine_plot.py}\\ -% \end{itemize} -%\end{frame} - -\section{Scripts} - -\begin{frame}[fragile] -\frametitle{Python Scripts} - \begin{itemize} - \item four\_plot.py is called a Python Script - \item run the file in IPython using \typ{\%run -i four_plot.py} - \end{itemize} -\end{frame} - +\section{Plotting Points} \begin{frame}[fragile] \frametitle{Why would I plot f(x)?} How often do we plot analytical functions?\\We plot experimental data more. @@ -483,8 +462,6 @@ plot(l, tsq, '.') \begin{frame}[fragile] \frametitle{What did we learn?} \begin{itemize} - \item Python scripts - \item \kwrd{\%run -i} \item Plotting points \item Plot attributes \item Lists |