using-plot-interactively/slides.org
changeset 467 501383b753c1
parent 418 8a42b4203f6d
equal deleted inserted replaced
466:00c1ba1cb9ef 467:501383b753c1
     1 #+LaTeX_CLASS: beamer
     1 #+LaTeX_CLASS: beamer
     2 #+LaTeX_CLASS_OPTIONS: [presentation]
     2 #+LaTeX_CLASS_OPTIONS: [presentation]
     3 #+BEAMER_FRAME_LEVEL: 1
     3 #+BEAMER_FRAME_LEVEL: 1
     4 
     4 
     5 #+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
     5 #+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
     6 #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
     6 #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
     7 #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC
     7 #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC
     8 #+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
     9 
     8 
    10 #+TITLE: Plotting Data 
     9 #+LaTeX_CLASS: beamer
    11 #+AUTHOR: FOSSEE
    10 #+LaTeX_CLASS_OPTIONS: [presentation]
    12 #+DATE: 2010-09-14 Tue
       
    13 #+EMAIL:     info@fossee.in
       
    14 
    11 
    15 # \author[FOSSEE] {FOSSEE}
    12 #+LaTeX_HEADER: \usepackage[english]{babel} \usepackage{ae,aecompl}
       
    13 #+LaTeX_HEADER: \usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
    16 
    14 
    17 # \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    15 #+LaTeX_HEADER: \usepackage{listings}
    18 # \date{}
       
    19 
    16 
    20 * Tutorial Plan
    17 #+LaTeX_HEADER:\lstset{language=Python, basicstyle=\ttfamily\bfseries,
    21 ** Creating a simple plot
    18 #+LaTeX_HEADER:  commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
    22 ** Use the buttons on window to study the plot
    19 #+LaTeX_HEADER:  showstringspaces=false, keywordstyle=\color{blue}\bfseries}
       
    20 
       
    21 #+TITLE:    Using Plot Interactively
       
    22 #+AUTHOR:    FOSSEE
       
    23 #+EMAIL:     
       
    24 #+DATE:    
       
    25 
       
    26 #+DESCRIPTION: 
       
    27 #+KEYWORDS: 
       
    28 #+LANGUAGE:  en
       
    29 #+OPTIONS:   H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
    30 #+OPTIONS:   TeX:t LaTeX:nil skip:nil d:nil todo:nil pri:nil tags:not-in-toc
       
    31 
       
    32 * Outline
       
    33   - Plot a simple mathemaical function.
       
    34   - Using the User Interface of plot figure.
    23 
    35 
    24 * Error if Ipython not installed 
    36 * Error if Ipython not installed 
    25 
    37 
    26 ** `ERROR: matplotlib could NOT be imported!  Starting normal IPython.`
    38 ** `ERROR: matplotlib could NOT be imported!  Starting normal IPython.`
    27 
    39 
       
    40 
    28 * Plot UI
    41 * Plot UI
       
    42 #+begin_latex
       
    43    \includegraphics[height=0.12in, interpolate=true]{buttons}
       
    44 #+end_latex   
       
    45   - Save
       
    46   - Zoom
       
    47   - Move axis
       
    48   - Back and Forward Button
       
    49   - Home
    29 
    50 
       
    51     
    30 * Summary
    52 * Summary
       
    53   - Plotting mathematical functions using plot.
       
    54   -  Using the UI of plot 
       
    55         - Save
       
    56         - Zoom
       
    57 	- Move axis
       
    58 	- Back and Forward Button
       
    59 	- Home
       
    60  
       
    61 * Thank You!
       
    62 #+begin_latex
       
    63   \begin{block}{}
       
    64   \begin{center}
       
    65   This spoken tutorial has been produced by the
       
    66   \textcolor{blue}{FOSSEE} team, which is funded by the 
       
    67   \end{center}
       
    68   \begin{center}
       
    69     \textcolor{blue}{National Mission on Education through \\
       
    70       Information \& Communication Technology \\ 
       
    71       MHRD, Govt. of India}.
       
    72   \end{center}  
       
    73   \end{block}
       
    74 #+end_latex
    31 
    75 
    32 ** Start Ipython with pylab
    76 
    33 ** Using linspace
       
    34 ** Finding length of sequnces using  len.
       
    35 ** Plotting mathematical functions using plot.
       
    36 ** Clearing drawing area using clf 
       
    37 **  Using the UI of plot