diff options
author | Amit Sethi | 2010-11-09 15:43:19 +0530 |
---|---|---|
committer | Amit Sethi | 2010-11-09 15:43:19 +0530 |
commit | dd8d5d6a0be0c1078b6601ec3416ee46c234d37d (patch) | |
tree | e9322350bf3c1509f2edefac97ff388d399adede /using-plot-interactively | |
parent | 0f5fbecc22ae53845ae1767c0c9270d1da343942 (diff) | |
parent | 8d896c4eb9f915a7b7da9b3b15871ad51209bf1d (diff) | |
download | st-scripts-dd8d5d6a0be0c1078b6601ec3416ee46c234d37d.tar.gz st-scripts-dd8d5d6a0be0c1078b6601ec3416ee46c234d37d.tar.bz2 st-scripts-dd8d5d6a0be0c1078b6601ec3416ee46c234d37d.zip |
merging heads
Diffstat (limited to 'using-plot-interactively')
-rw-r--r-- | using-plot-interactively/home.png | bin | 0 -> 996 bytes | |||
-rw-r--r-- | using-plot-interactively/slides.org | 37 |
2 files changed, 37 insertions, 0 deletions
diff --git a/using-plot-interactively/home.png b/using-plot-interactively/home.png Binary files differnew file mode 100644 index 0000000..dd21f5b --- /dev/null +++ b/using-plot-interactively/home.png diff --git a/using-plot-interactively/slides.org b/using-plot-interactively/slides.org new file mode 100644 index 0000000..29b7d8d --- /dev/null +++ b/using-plot-interactively/slides.org @@ -0,0 +1,37 @@ +#+LaTeX_CLASS: beamer +#+LaTeX_CLASS_OPTIONS: [presentation] +#+BEAMER_FRAME_LEVEL: 1 + +#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent} +#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra) +#+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 +#+OPTIONS: H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t + +#+TITLE: Plotting Data +#+AUTHOR: FOSSEE +#+DATE: 2010-09-14 Tue +#+EMAIL: info@fossee.in + +# \author[FOSSEE] {FOSSEE} + +# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} +# \date{} + +* Tutorial Plan +** Creating a simple plot +** Use the buttons on window to study the plot + +* Error if Ipython not installed + +** `ERROR: matplotlib could NOT be imported! Starting normal IPython.` + +* Plot UI + +* Summary + +** Start Ipython with pylab +** Using linspace +** Finding length of sequnces using len. +** Plotting mathematical functions using plot. +** Clearing drawing area using clf +** Using the UI of plot |