summaryrefslogtreecommitdiff
path: root/embellishing_a_plot/slides.tex
diff options
context:
space:
mode:
Diffstat (limited to 'embellishing_a_plot/slides.tex')
-rw-r--r--embellishing_a_plot/slides.tex32
1 files changed, 30 insertions, 2 deletions
diff --git a/embellishing_a_plot/slides.tex b/embellishing_a_plot/slides.tex
index 8c82d1c..b8e83d1 100644
--- a/embellishing_a_plot/slides.tex
+++ b/embellishing_a_plot/slides.tex
@@ -1,4 +1,4 @@
-% Created 2011-05-03 Tue 14:38
+% Created 2011-05-06 Fri 12:24
\documentclass[presentation]{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
@@ -128,9 +128,37 @@ MHRD, Govt. of India
\end{itemize}
\end{frame}
\begin{frame}
-\frametitle{Acknowledgement}
+\frametitle{Evaluation}
\label{sec-11}
+
+\begin{enumerate}
+\item Draw a plot of cosine graph between -2pi to 2pi with line thickness 4.
+\item Read thorugh the documentation and find out is there a way to modify the
+ alignment of text in the command ``ylabel``.
+\begin{itemize}
+\item Yes
+\item No
+\end{itemize}
+\item How do you set the title as x$^2$-5x+6 in LaTex style formatting.
+\end{enumerate}
+\end{frame}
+\begin{frame}
+\frametitle{Solutions}
+\label{sec-12}
+
+
+\begin{enumerate}
+\item x = linspace(-2*pi, 2*pi)
+ plot(x, cos(x), linewidth=4)
+\item No
+\item title(``$x^2-5x+6$")
+\end{enumerate}
+\end{frame}
+\begin{frame}
+\frametitle{Acknowledgement}
+\label{sec-13}
+
\begin{block}{}
\begin{center}
\textcolor{blue}{\Large THANK YOU!}