diff options
author | rivermaker@kalyani | 2009-11-23 10:55:43 +0530 |
---|---|---|
committer | rivermaker@kalyani | 2009-11-23 10:55:43 +0530 |
commit | b588e5da81cc19e65b83361d0203ca015e19725e (patch) | |
tree | d4bcd7a3510a73a1592e093bfa5640177635a104 | |
parent | 3cc84d3d4006d182fa27392db2f588855efafe35 (diff) | |
download | workshops-more-scipy-b588e5da81cc19e65b83361d0203ca015e19725e.tar.gz workshops-more-scipy-b588e5da81cc19e65b83361d0203ca015e19725e.tar.bz2 workshops-more-scipy-b588e5da81cc19e65b83361d0203ca015e19725e.zip |
Made minor English changes
-rwxr-xr-x | day1/cheatsheet1.tex | 2 |
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} |