day1/session1.tex
changeset 224 668f88f20218
parent 184 9efa777af2e2
child 225 a83f7be6f16c
equal deleted inserted replaced
223:081600805dde 224:668f88f20218
   162     \column{0.25\textwidth}
   162     \column{0.25\textwidth}
   163     \hspace*{-0.5in}
   163     \hspace*{-0.5in}
   164   \includegraphics[height=2in, interpolate=true]{data/firstplot}
   164   \includegraphics[height=2in, interpolate=true]{data/firstplot}
   165     \column{0.8\textwidth}
   165     \column{0.8\textwidth}
   166     \begin{block}{}
   166     \begin{block}{}
   167     \small
   167     \begin{small}
   168 \begin{lstlisting}
   168 \begin{lstlisting}
   169 In []: x = linspace(0, 2*pi, 51)
   169 In []: x = linspace(0, 2*pi, 51)
   170 In []: plot(x, sin(x))
   170 In []: plot(x, sin(x))
   171 \end{lstlisting}
   171 \end{lstlisting}
   172     \small
   172     \end{small}
   173     \end{block}
   173     \end{block}
   174 \end{columns}
   174 \end{columns}
   175 \end{frame}
   175 \end{frame}
   176 
   176 
   177 
   177