summaryrefslogtreecommitdiff
path: root/day1/session5.tex
diff options
context:
space:
mode:
authorSantosh G. Vattam2010-04-23 08:49:25 +0530
committerSantosh G. Vattam2010-04-23 08:49:25 +0530
commite17f34beba1df09250d2e80d502e291aa97be3ac (patch)
tree1bc8875aa33e61669ef64d1dfc5b7a99080fc625 /day1/session5.tex
parenta46479c09eba9fe9b56745961ae3a228f7cd4188 (diff)
downloadworkshops-e17f34beba1df09250d2e80d502e291aa97be3ac.tar.gz
workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.tar.bz2
workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.zip
Minor corrections.
Diffstat (limited to 'day1/session5.tex')
-rw-r--r--day1/session5.tex11
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}