summaryrefslogtreecommitdiff
path: root/saving_plots/slides.org
diff options
context:
space:
mode:
authorJovina2011-05-19 14:00:45 +0530
committerJovina2011-05-19 14:00:45 +0530
commit3fafdde94954b1d4912437d78e1ff2136c51bcce (patch)
treea605090987ffd752c28858f791f5d65c9634cecf /saving_plots/slides.org
parent8716e3e3490ec77535e28411e0d2e744580745f8 (diff)
downloadst-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.tar.gz
st-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.tar.bz2
st-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.zip
Minor changes to the scripts & slides in 1st module.
Diffstat (limited to 'saving_plots/slides.org')
-rw-r--r--saving_plots/slides.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/saving_plots/slides.org b/saving_plots/slides.org
index 26febd2..358c3ee 100644
--- a/saving_plots/slides.org
+++ b/saving_plots/slides.org
@@ -51,6 +51,9 @@
- Save plots using ``savefig()`` function.
- Save plots in different formats.
+* Pre-requisite
+ Spoken tutorial on -
+ - Using plot interactively.
* Creating a basic plot
Plot a sine wave from -3pi to 3pi.
#+begin_src python
@@ -78,9 +81,9 @@
~vector graphics~
*** .png - Portable Network Graphics
~supports transparency~
-* Question 1
+* Exercise 1
Save the sine plot in the format EPS which can be embedded in LaTeX documents.
-* Question 2
+* Exercise 2
Save the sine plot in PDF, PS and SVG formats.
* Summary