day1/cheatsheet1.tex
changeset 340 347ff2714deb
parent 328 4075482a9770
child 341 7ae88b9da553
--- a/day1/cheatsheet1.tex	Tue Dec 08 13:06:14 2009 +0530
+++ b/day1/cheatsheet1.tex	Tue Dec 08 16:37:18 2009 +0530
@@ -44,7 +44,7 @@
 
 \subsection{plot}
 \typ{In []: plot(X, Y)}\\
-For given arrays of equal length(above case X and Y), \typ{plot} plots the correspoding *x* and *y* pairs taken from X and Y.
+For given arrays of equal length(above case X and Y), \typ{plot} plots the corresponding *x* and *y* pairs taken from X and Y.
 
 \subsection{Colors of plots}
 \typ{In []: plot(y, sin(y), 'g')}\\
@@ -78,7 +78,7 @@
 
 \subsection{legends}
 \typ{In []: legend('sin(x)',loc=center)} \\
-Placec a legend on the current plot at location *loc*.\\
+Places a legend on the current plot at location *loc*.\\
 Apart from \typ{center}, some other \typ{loc} which can be specified are:
 \begin{lstlisting}
 'best'