using-plot-interactively/slides.org
author bhanu
Thu, 11 Nov 2010 00:02:55 +0530
changeset 471 462f9d3f0418
parent 418 8a42b4203f6d
child 467 501383b753c1
permissions -rw-r--r--
Language check done of `The other kinds of plots`
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
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     5
#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
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
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     8
#+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     9
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    10
#+TITLE: Plotting Data 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    11
#+AUTHOR: FOSSEE
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    12
#+DATE: 2010-09-14 Tue
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    13
#+EMAIL:     info@fossee.in
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    14
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    15
# \author[FOSSEE] {FOSSEE}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    16
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    17
# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    18
# \date{}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    19
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    20
* Tutorial Plan
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    21
** Creating a simple plot
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    22
** Use the buttons on window to study the plot
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    23
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    24
* Error if Ipython not installed 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    25
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    26
** `ERROR: matplotlib could NOT be imported!  Starting normal IPython.`
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    27
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    28
* Plot UI
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    29
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    30
* Summary
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    31
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    32
** Start Ipython with pylab
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    33
** Using linspace
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    34
** Finding length of sequnces using  len.
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    35
** Plotting mathematical functions using plot.
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    36
** Clearing drawing area using clf 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    37
**  Using the UI of plot