day2/session3.tex
changeset 72 1c1d6aaa2be3
parent 61 fc495fd7e84e
child 76 b24c2560f626
equal deleted inserted replaced
71:d0679d2f9339 72:1c1d6aaa2be3
   190         Demo of data
   190         Demo of data
   191     \end{center}
   191     \end{center}
   192 \inctime{10}
   192 \inctime{10}
   193 \end{frame}
   193 \end{frame}
   194 
   194 
   195 \section{Tools at your disposal:}
   195 \section{Tools at your disposal}
   196 
   196 
   197 \subsection{Mayavi2.0}
   197 \subsection{Mayavi2.0}
   198 
   198 
   199 \begin{frame}
   199 \begin{frame}
   200   \frametitle{Introduction to Mayavi}
   200   \frametitle{Introduction to Mayavi}
   278         $ ipython -pylab -wthread
   278         $ ipython -pylab -wthread
   279     \end{lstlisting}
   279     \end{lstlisting}
   280 \end{frame}
   280 \end{frame}
   281 
   281 
   282 \begin{frame}[fragile]
   282 \begin{frame}[fragile]
   283     \frametitle{Using mlab:}
   283     \frametitle{Using mlab}
   284 
   284 
   285     \begin{lstlisting}
   285     \begin{lstlisting}
   286 >>> from enthought.mayavi import mlab
   286 >>> from enthought.mayavi import mlab
   287     \end{lstlisting}
   287     \end{lstlisting}
   288 
   288 
   289     \vspace*{0.5in}
   289     \vspace*{0.5in}
   290 
   290 
   291     \myemph{\Large Try these:}
   291     \myemph{\Large Try these}
   292 
   292 
   293     \vspace*{0.25in}
   293     \vspace*{0.25in}
   294 
   294 
   295     \begin{lstlisting}
   295     \begin{lstlisting}
   296 >>> mlab.test_<TAB>
   296 >>> mlab.test_<TAB>