summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2011-05-02 14:52:40 +0530
committerJovina2011-05-02 14:52:40 +0530
commitd29720a2660489ad15e03f875d83d3c228fef411 (patch)
tree69bfd3ec4739cd4a5a9d2074e47f5aa9257c5b93
parent6f33c1a932a6f01efbeca0318eb7cc2490dd598f (diff)
downloadst-scripts-d29720a2660489ad15e03f875d83d3c228fef411.tar.gz
st-scripts-d29720a2660489ad15e03f875d83d3c228fef411.tar.bz2
st-scripts-d29720a2660489ad15e03f875d83d3c228fef411.zip
Modified the slides for "Embellishing a plot".
modified the title slide,objective slide,summary slide and the thankyou slide.
-rw-r--r--embellishing_a_plot/slides.org53
1 files changed, 34 insertions, 19 deletions
diff --git a/embellishing_a_plot/slides.org b/embellishing_a_plot/slides.org
index 09d2cb6..ab3342e 100644
--- a/embellishing_a_plot/slides.org
+++ b/embellishing_a_plot/slides.org
@@ -18,7 +18,7 @@
#+LaTeX_HEADER: commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
#+LaTeX_HEADER: showstringspaces=false, keywordstyle=\color{blue}\bfseries}
-#+TITLE: Embellishing a Plot
+#+TITLE:
#+AUTHOR: FOSSEE
#+EMAIL:
#+DATE:
@@ -29,12 +29,26 @@
#+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:nil skip:nil d:nil todo:nil pri:nil tags:not-in-toc
-* Outline
- + Modifying the color, line style & linewidth of a plot
- + Adding a title to the plot (with embedded LaTeX)
- + Labelling the axes
- + Annotating the plot
- + Setting the limits of axes.
+*
+#+begin_latex
+\begin{center}
+\textcolor{blue}{Embellishing a Plot}
+\end{center}
+\begin{center}
+\includegraphics[scale=0.25]{../images/iitb-logo.png}\\
+Developed by FOSSEE Team, IIT-Bombay. \\
+Funded by National Mission on Education through ICT
+
+MHRD, Govt. of India
+\end{center}
+#+end_latex
+* Objectives
+ At the end of this tutorial, you will be able to,
+ - Modify the attributes of the plot -- color, line style,linewidth.
+ - Add a title to the plot with embedded LaTeX.
+ - Label x and y axes.
+ - Add annotations to the plot.
+ - Set and Get the limits of axes.
* Question 1
Plot sin(x) in blue colour and with linewidth as 3
* Solution 1
@@ -86,24 +100,25 @@
In []: ylim(-15, 0)
#+end_src
* Summary
- + Modifying the attributes of plot by passing additional arguments
- + How to add title
- + How to incorporate LaTeX style formatting
- + How to label x and y axes
- + How to add annotations
- + How to set the limits of axes
+ In this tutorial,we have learnt to-
+ + Modify the attributes of plot by passing additional arguments
+ + Add title
+ + Incorporate LaTeX style formatting
+ + Label x and y axes
+ + Add annotations
+ + Set the limits of axes
-* Thank you!
+* Acknowledgement
#+begin_latex
\begin{block}{}
\begin{center}
- This spoken tutorial has been produced by the
- \textcolor{blue}{FOSSEE} team, which is funded by the
+ \textcolor{blue}{\Large THANK YOU!}
\end{center}
+ \end{block}
+\begin{block}{}
\begin{center}
- \textcolor{blue}{National Mission on Education through \\
- Information \& Communication Technology \\
- MHRD, Govt. of India}.
+ For more Information, visit our website\\
+ \url{http://fossee.in/}
\end{center}
\end{block}
#+end_latex