diff options
Diffstat (limited to 'day1/cheatsheet2.tex')
-rwxr-xr-x | day1/cheatsheet2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/cheatsheet2.tex b/day1/cheatsheet2.tex index 58076f6..acffa20 100755 --- a/day1/cheatsheet2.tex +++ b/day1/cheatsheet2.tex @@ -29,7 +29,7 @@ \section{Plotting Points with Lists} \begin{lstlisting} -In []: x = [0, 1, 2, 3] +In []: x = [0, 1, 2, 3] # Creating a list In []: y = [7, 11, 15, 19] In []: plot(x, y) In []: clf() |