418
|
1 |
#+LaTeX_CLASS: beamer
|
|
2 |
#+LaTeX_CLASS_OPTIONS: [presentation]
|
|
3 |
#+BEAMER_FRAME_LEVEL: 1
|
|
4 |
|
|
5 |
#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
|
|
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
|
|
8 |
#+OPTIONS: H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
|
|
9 |
|
|
10 |
#+TITLE: Plotting Data
|
|
11 |
#+AUTHOR: FOSSEE
|
|
12 |
#+DATE: 2010-09-14 Tue
|
|
13 |
#+EMAIL: info@fossee.in
|
|
14 |
|
|
15 |
# \author[FOSSEE] {FOSSEE}
|
|
16 |
|
|
17 |
# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
|
|
18 |
# \date{}
|
|
19 |
|
|
20 |
* Tutorial Plan
|
|
21 |
** Creating a simple plot
|
|
22 |
** Use the buttons on window to study the plot
|
|
23 |
|
|
24 |
* Error if Ipython not installed
|
|
25 |
|
|
26 |
** `ERROR: matplotlib could NOT be imported! Starting normal IPython.`
|
|
27 |
|
|
28 |
* Plot UI
|
|
29 |
|
|
30 |
* Summary
|
|
31 |
|
|
32 |
** Start Ipython with pylab
|
|
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
|