summaryrefslogtreecommitdiff
path: root/day2/cheatsheet3.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-01-12 19:03:34 +0530
committerPuneeth Chaganti2010-01-12 19:03:34 +0530
commite7c314cb1d20800f929951eeac75e046528a36c8 (patch)
tree1aa4fed41387bb6e82a0cd5662eb5ad2891a6e7d /day2/cheatsheet3.tex
parentff739ac283432d46ae2c3b527d1999cd24029b86 (diff)
downloadworkshops-e7c314cb1d20800f929951eeac75e046528a36c8.tar.gz
workshops-e7c314cb1d20800f929951eeac75e046528a36c8.tar.bz2
workshops-e7c314cb1d20800f929951eeac75e046528a36c8.zip
Changes made during REC Chennai workshop.
Diffstat (limited to 'day2/cheatsheet3.tex')
-rw-r--r--day2/cheatsheet3.tex2
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