diff options
Diffstat (limited to 'day2/cheatsheet3.tex')
-rw-r--r-- | day2/cheatsheet3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day2/cheatsheet3.tex b/day2/cheatsheet3.tex index 03da579..97cd2ed 100644 --- a/day2/cheatsheet3.tex +++ b/day2/cheatsheet3.tex @@ -105,7 +105,7 @@ bye bye vattam \section{Self contained python script} Functions like \typ{plot}, \typ{linspace} etc are not inbuilt functions. One have to import them to use them. \begin{lstlisting} -from pylab import linspace, pi, sin +from scipy import linspace, pi, sin from pylab import plot, legend, annotate from pylab import xlim, ylim |