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 /multiple_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 'multiple_plots/slides.org')
-rw-r--r-- | multiple_plots/slides.org | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/multiple_plots/slides.org b/multiple_plots/slides.org index a6194a0..7057616 100644 --- a/multiple_plots/slides.org +++ b/multiple_plots/slides.org @@ -56,19 +56,25 @@ saving the plots. - create and switch between subplots -* Question1 +* Pre-requisite + Spoken tutorial on - + - Using plot interactively. + - Embellishing a plot. + - Saving plots. + +* Exercise 1 - Draw two plots overlaid upon each other, with the first plot being a parabola of the form y = 4(x ^ 2) and the second being a straight line of the form y = 2x + 3 in the interval -5 to 5. - Use colors to differentiate between the plots and use legends to indicate what each plot is doing. -* Question2 +* Exercise 2 - Draw a line of the form y = x as one figure and another line of the form y = 2x + 3. - Switch back to the first figure, annotate the x and y intercepts. - Now switch to the second figure and annotate its x and y intercepts. Save each of them. -* Question3 +* Exercise 3 - We know that the Pressure, Volume and Temperatures are held by the equation PV = nRT where nR is a constant. Let us assume nR=0.01 Joules/Kelvin and T = 200K. |