diff options
author | Puneeth Chaganti | 2010-01-12 19:03:34 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-01-12 19:03:34 +0530 |
commit | e7c314cb1d20800f929951eeac75e046528a36c8 (patch) | |
tree | 1aa4fed41387bb6e82a0cd5662eb5ad2891a6e7d /day2/cheatsheet3.tex | |
parent | ff739ac283432d46ae2c3b527d1999cd24029b86 (diff) | |
download | workshops-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.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 |