changeset 325 | 0cde91487637 |
parent 317 | 0eca6c542fce |
child 328 | 4075482a9770 |
--- 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}