summaryrefslogtreecommitdiff
path: root/using_plot_interactively/slides.tex
diff options
context:
space:
mode:
authorJovina2011-05-19 14:00:45 +0530
committerJovina2011-05-19 14:00:45 +0530
commit3fafdde94954b1d4912437d78e1ff2136c51bcce (patch)
treea605090987ffd752c28858f791f5d65c9634cecf /using_plot_interactively/slides.tex
parent8716e3e3490ec77535e28411e0d2e744580745f8 (diff)
downloadst-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.tar.gz
st-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.tar.bz2
st-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.zip
Minor changes to the scripts & slides in 1st module.
Diffstat (limited to 'using_plot_interactively/slides.tex')
-rw-r--r--using_plot_interactively/slides.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/using_plot_interactively/slides.tex b/using_plot_interactively/slides.tex
index c39ed84..f26abeb 100644
--- a/using_plot_interactively/slides.tex
+++ b/using_plot_interactively/slides.tex
@@ -1,4 +1,4 @@
-% Created 2011-05-18 Wed 15:15
+% Created 2011-05-19 Thu 13:44
\documentclass[presentation]{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
@@ -92,7 +92,7 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\end{itemize}
\end{frame}
\begin{frame}
-\frametitle{Question 1}
+\frametitle{Exercise 1}
\label{sec-5}
Plot (sin(x)*sin(x))/x.
@@ -151,7 +151,11 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\begin{enumerate}
\item linspace(-pi/2,pi/2,100)
-\item returns 100 evenly spaced samples from -pi to pi including both -pi and pi
+\item
+\end{enumerate}
+returns 100 evenly spaced samples from -pi to pi including both -pi and pi
+
+\begin{enumerate}
\item len(sequence\_name)
\end{enumerate}
\end{frame}