summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsokan Pichai2009-11-23 10:55:43 +0530
committerAsokan Pichai2009-11-23 10:55:43 +0530
commitdc5a5dd87b7cc9f449cbf6ca89080615c0e5b8ad (patch)
treed4bcd7a3510a73a1592e093bfa5640177635a104
parentf7ea2d72ab09e00d26c41874e70a26c104e3988d (diff)
downloadworkshops-dc5a5dd87b7cc9f449cbf6ca89080615c0e5b8ad.tar.gz
workshops-dc5a5dd87b7cc9f449cbf6ca89080615c0e5b8ad.tar.bz2
workshops-dc5a5dd87b7cc9f449cbf6ca89080615c0e5b8ad.zip
Made minor English changes
-rwxr-xr-xday1/cheatsheet1.tex2
1 files changed, 1 insertions, 1 deletions
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}