# HG changeset patch # User rivermaker@kalyani # Date 1258953943 -19800 # Node ID 0cde91487637df3fd210a247365508de0a47b908 # Parent 2361df4798444bbcad4a329e3b9b8eb987f875de Made minor English changes diff -r 2361df479844 -r 0cde91487637 day1/cheatsheet1.tex --- a/day1/cheatsheet1.tex Fri Nov 20 00:42:56 2009 +0530 +++ b/day1/cheatsheet1.tex Mon Nov 23 10:55:43 2009 +0530 @@ -59,7 +59,7 @@ '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}