equal
deleted
inserted
replaced
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 |