diff -r 8999d0a3fc9d -r 5dc6c3673f9d day2/cheatsheet3.tex --- a/day2/cheatsheet3.tex Sun Jan 10 23:09:00 2010 +0530 +++ b/day2/cheatsheet3.tex Tue Jan 12 19:03:34 2010 +0530 @@ -105,7 +105,7 @@ \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