From 819852954661fd34144e2d606d292481c607a0b9 Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 18 May 2011 16:39:23 +0530 Subject: Minor changes to 1st three scripts. --- embellishing_a_plot/slides.org | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'embellishing_a_plot/slides.org') diff --git a/embellishing_a_plot/slides.org b/embellishing_a_plot/slides.org index 78890b2..7f01e2a 100644 --- a/embellishing_a_plot/slides.org +++ b/embellishing_a_plot/slides.org @@ -53,6 +53,8 @@ - Label x and y axes. - Add annotations to the plot. - Set and Get the limits of axes. +* Pre-requisite + - Spoken tutorial on "Using plot interactively" * Question 1 Plot sin(x) in blue colour alongwith linewidth as 3 * Question 2 @@ -72,12 +74,12 @@ rectangle (-1, -15) and (3, 0) * Summary In this tutorial,we have learnt to- - + Modify the attributes of plot by passing additional arguments - + Add title - + Incorporate LaTeX style formatting - + Label x and y axes - + Add annotations - + Set the limits of axes + + Modify the attributes of plot by passing additional arguments. + + Add title to a plot using 'title' command. + + Incorporate LaTeX style formatting by adding a $ sign before and after the part of the string. + + Label x and y axes using 'xlabel()' and 'ylabel()' commands. + + Add annotations to a plot using annotate() command. + + Set the limits of axes using 'xlim()' and 'ylim()' commands. * Evaluation 1. Draw a plot of cosine graph between -2pi to 2pi with line thickness 4. -- cgit