From dc5a5dd87b7cc9f449cbf6ca89080615c0e5b8ad Mon Sep 17 00:00:00 2001 From: Asokan Pichai Date: Mon, 23 Nov 2009 10:55:43 +0530 Subject: Made minor English changes --- day1/cheatsheet1.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/cheatsheet1.tex b/day1/cheatsheet1.tex index 11fd385..12edd5e 100755 --- a/day1/cheatsheet1.tex +++ b/day1/cheatsheet1.tex @@ -59,7 +59,7 @@ Plots graph with green color. Other options available are: 'k' ---> Black 'w' ---> White \end{lstlisting} -One can also set the line width of plot using optional argument \typ{linewidth}. For example:\\ +One can set the width of the plotline using optional argument \typ{linewidth}. For example:\\ \typ{In []: plot(x, cos(x), 'r', linewidth=2)}\\ Plots the line with linewidth = 2 \subsection{label and title} -- cgit