day2/cheatsheet3.tex
changeset 354 5dc6c3673f9d
parent 351 c9d1d5a7b629
--- 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