diff options
Diffstat (limited to 'day1/session5.tex')
-rw-r--r-- | day1/session5.tex | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/day1/session5.tex b/day1/session5.tex index 7bd9f70..a49baef 100644 --- a/day1/session5.tex +++ b/day1/session5.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {02 April, 2010\\Day 1, Session 5} +\date[] {22 April, 2010\\Day 1, Session 5} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -153,15 +153,12 @@ plot(l, t, '.') \hspace*{-0.5in} \includegraphics[height=2in, interpolate=true]{data/triangle} \column{0.45\textwidth} - \begin{block}{Line between two points} + \begin{block}{Plot points given x and y coordinates} \tiny \begin{lstlisting} -In []: x = [3, 1] -In []: y = [2, -3] -In []: z = [-2, 4] +In []: x = [3, 2, -2, 3] +In []: y = [1, -3, 4, 1] In []: plot(x, y) -In []: plot(y, z) -In []: plot(x, z) \end{lstlisting} \end{block} \end{columns} |