day1/session1.tex
changeset 236 da426ad6f0a9
parent 225 a83f7be6f16c
child 239 8953675dc056
child 246 d054581ef4b1
equal deleted inserted replaced
235:8eab0fee0fc2 236:da426ad6f0a9
   221     \column{0.25\textwidth}
   221     \column{0.25\textwidth}
   222     \hspace*{-0.5in}
   222     \hspace*{-0.5in}
   223   \includegraphics[height=2in, interpolate=true]{data/firstplot}
   223   \includegraphics[height=2in, interpolate=true]{data/firstplot}
   224     \column{0.8\textwidth}
   224     \column{0.8\textwidth}
   225     \begin{block}{}
   225     \begin{block}{}
   226     \small
   226     \begin{small}
   227 \begin{lstlisting}
   227 \begin{lstlisting}
   228 In []: x = linspace(0, 2*pi, 51)
   228 In []: x = linspace(0, 2*pi, 51)
   229 In []: plot(x, sin(x))
   229 In []: plot(x, sin(x))
   230 \end{lstlisting}
   230 \end{lstlisting}
   231     \small
   231     \end{small}
   232     \end{block}
   232     \end{block}
   233 \end{columns}
   233 \end{columns}
   234 \end{frame}
   234 \end{frame}
   235 
   235 
   236 
   236