diff options
Diffstat (limited to 'day1/cheatsheet1.tex')
-rwxr-xr-x | day1/cheatsheet1.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/cheatsheet1.tex b/day1/cheatsheet1.tex index 29aa60f..a5f59e1 100755 --- a/day1/cheatsheet1.tex +++ b/day1/cheatsheet1.tex @@ -44,7 +44,7 @@ Do you really want to exit ([y]/n)? y \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 @@ Same way one can have TeX expression on xlabel, ylabel etc. \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' |