diff options
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. |