summaryrefslogtreecommitdiff
path: root/using_plot_interactively
diff options
context:
space:
mode:
Diffstat (limited to 'using_plot_interactively')
-rw-r--r--using_plot_interactively/script.rst20
-rw-r--r--using_plot_interactively/slides.org2
-rw-r--r--using_plot_interactively/slides.tex10
3 files changed, 19 insertions, 13 deletions
diff --git a/using_plot_interactively/script.rst b/using_plot_interactively/script.rst
index f38d24e..85704c3 100644
--- a/using_plot_interactively/script.rst
+++ b/using_plot_interactively/script.rst
@@ -257,7 +257,7 @@ The last one is 'home' referring to the initial plot.
.. L22
-{{{Show slide with question 1}}}
+{{{Show slide with exercise 1}}}
.. R22
@@ -275,23 +275,25 @@ Pause the video here, try out the following exercise and resume the video.
.. R23
-Let's revise quickly what we have learnt today
+This brings us to the end of this tutorial.In this tutorial,we have learnt to,
- 1. To Start Ipython with pylab.
- #. To Use the linspace function to create `num` equally spaced points
+ 1. Start Ipython with pylab.
+ #. Use the linspace function to create `num` equally spaced points
in a region.
- #. To Find the length of sequences using len function.
- #. To Plot mathematical functions using plot.
- #. To Clear drawing area using clf.
- #. To Use the UI of plot for studying it better and using
+ #. Find the length of sequences using len function.
+ #. Plot mathematical functions using plot.
+ #. Clear drawing area using clf.
+ #. Use the UI of plot for studying it better and using
functionalities like save,zoom and moving the plots on x and y axis.
.. L24
-{{Show self assessment questions slide}}
+{{{Show self assessment questions slide}}}
.. R24
+Here are some self assessment questions for you to solve
+
1. Create 100 equally spaced points between -pi/2 and pi/2?
2. What will the command ''linspace(-pi,pi,100)'' do.
diff --git a/using_plot_interactively/slides.org b/using_plot_interactively/slides.org
index 0d32b59..df1d97a 100644
--- a/using_plot_interactively/slides.org
+++ b/using_plot_interactively/slides.org
@@ -66,7 +66,7 @@
- Back and Forward Button
- Home
-* Question 1
+* Exercise 1
Plot (sin(x)*sin(x))/x.
1. Save the plot by the sinsquarebyx.pdf in pdf format.
2. Zoom and find the maxima.
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}