diff options
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 |