summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xday1/cheatsheet1.tex2
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}