day2/cheatsheet3.tex
changeset 351 c9d1d5a7b629
parent 346 e9961fb16c58
child 354 5dc6c3673f9d
--- a/day2/cheatsheet3.tex	Sun Jan 10 18:10:31 2010 +0530
+++ b/day2/cheatsheet3.tex	Sun Jan 10 18:29:20 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 scipy import linspace, pi, sin
+from pylab import linspace, pi, sin
 from pylab import plot, legend, annotate
 from pylab import xlim, ylim