using-plot-interactively/slides.org
author Amit Sethi
Thu, 11 Nov 2010 13:21:10 +0530
changeset 467 501383b753c1
parent 418 8a42b4203f6d
permissions -rw-r--r--
Exercises and Slides added to Using plot interactively
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     1
#+LaTeX_CLASS: beamer
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     2
#+LaTeX_CLASS_OPTIONS: [presentation]
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     3
#+BEAMER_FRAME_LEVEL: 1
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     4
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
     5
#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     6
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     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
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
     8
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
     9
#+LaTeX_CLASS: beamer
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    10
#+LaTeX_CLASS_OPTIONS: [presentation]
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    11
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    12
#+LaTeX_HEADER: \usepackage[english]{babel} \usepackage{ae,aecompl}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    13
#+LaTeX_HEADER: \usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    14
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    15
#+LaTeX_HEADER: \usepackage{listings}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    16
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    17
#+LaTeX_HEADER:\lstset{language=Python, basicstyle=\ttfamily\bfseries,
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    18
#+LaTeX_HEADER:  commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    19
#+LaTeX_HEADER:  showstringspaces=false, keywordstyle=\color{blue}\bfseries}
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    20
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    21
#+TITLE:    Using Plot Interactively
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    22
#+AUTHOR:    FOSSEE
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    23
#+EMAIL:     
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    24
#+DATE:    
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    25
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    26
#+DESCRIPTION: 
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    27
#+KEYWORDS: 
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    28
#+LANGUAGE:  en
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    29
#+OPTIONS:   H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    30
#+OPTIONS:   TeX:t LaTeX:nil skip:nil d:nil todo:nil pri:nil tags:not-in-toc
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    31
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    32
* Outline
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    33
  - Plot a simple mathemaical function.
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    34
  - Using the User Interface of plot figure.
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    35
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    36
* Error if Ipython not installed 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    37
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    38
** `ERROR: matplotlib could NOT be imported!  Starting normal IPython.`
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    39
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    40
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    41
* Plot UI
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    42
#+begin_latex
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    43
   \includegraphics[height=0.12in, interpolate=true]{buttons}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    44
#+end_latex   
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    45
  - Save
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    46
  - Zoom
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    47
  - Move axis
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    48
  - Back and Forward Button
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    49
  - Home
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    50
467
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    51
    
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    52
* Summary
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    53
  - Plotting mathematical functions using plot.
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    54
  -  Using the UI of plot 
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    55
        - Save
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    56
        - Zoom
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    57
	- Move axis
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    58
	- Back and Forward Button
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    59
	- Home
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    60
 
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    61
* Thank You!
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    62
#+begin_latex
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    63
  \begin{block}{}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    64
  \begin{center}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    65
  This spoken tutorial has been produced by the
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    66
  \textcolor{blue}{FOSSEE} team, which is funded by the 
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    67
  \end{center}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    68
  \begin{center}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    69
    \textcolor{blue}{National Mission on Education through \\
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    70
      Information \& Communication Technology \\ 
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    71
      MHRD, Govt. of India}.
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    72
  \end{center}  
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    73
  \end{block}
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    74
#+end_latex
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    75
501383b753c1 Exercises and Slides added to Using plot interactively
Amit Sethi
parents: 418
diff changeset
    76