diff options
author | Jovina | 2011-05-19 14:00:45 +0530 |
---|---|---|
committer | Jovina | 2011-05-19 14:00:45 +0530 |
commit | 3fafdde94954b1d4912437d78e1ff2136c51bcce (patch) | |
tree | a605090987ffd752c28858f791f5d65c9634cecf /saving_plots/slides.org | |
parent | 8716e3e3490ec77535e28411e0d2e744580745f8 (diff) | |
download | st-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.org | 7 |
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 |