diff options
author | Santosh G. Vattam | 2009-10-28 15:17:55 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2009-10-28 15:17:55 +0530 |
commit | 146c2befb9d63572bf4a8f2655d0e54681340825 (patch) | |
tree | cc451acd944720e4e3e7019238ba25318fd9d400 /day2/session3.tex | |
parent | 74fadcf638677be3f93a7a188d1fa45cef50e6d3 (diff) | |
parent | 434855cb76d879f216f475965e45ae868008dbee (diff) | |
download | workshops-more-scipy-146c2befb9d63572bf4a8f2655d0e54681340825.tar.gz workshops-more-scipy-146c2befb9d63572bf4a8f2655d0e54681340825.tar.bz2 workshops-more-scipy-146c2befb9d63572bf4a8f2655d0e54681340825.zip |
Merged branches.
Diffstat (limited to 'day2/session3.tex')
-rw-r--r-- | day2/session3.tex | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/day2/session3.tex b/day2/session3.tex index bf54e97..f623b32 100644 --- a/day2/session3.tex +++ b/day2/session3.tex @@ -97,7 +97,7 @@ % Title page \title[]{3D data Visualization} -\author[FOSSEE Team] {FOSSEE} +\author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} \date[] {1, November 2009\\Day 2, Session 3} @@ -157,22 +157,22 @@ \end{frame} -\begin{frame} - \frametitle{Is this new?} - \begin{center} - We have moved from: - \end{center} - \begin{columns} - \column{} - \hspace*{-1in} - \includegraphics[width=1.75in,height=1.75in, interpolate=true]{data/3832} - \column{}\hspace*{-0.25in} - To - \column{} - \hspace*{-1in} - \includegraphics[width=1.75in, height=1.75in, interpolate=true]{data/torus} - \end{columns} -\end{frame} +%% \begin{frame} +%% \frametitle{Is this new?} +%% \begin{center} +%% We have moved from: +%% \end{center} +%% \begin{columns} +%% \column{} +%% \hspace*{-1in} +%% \includegraphics[width=1.75in,height=1.75in, interpolate=true]{data/3832} +%% \column{}\hspace*{-0.25in} +%% To +%% \column{} +%% \hspace*{-1in} +%% \includegraphics[width=1.75in, height=1.75in, interpolate=true]{data/torus} +%% \end{columns} +%% \end{frame} \begin{frame} \frametitle{3D visualization} @@ -238,7 +238,7 @@ \frametitle{Using mlab} \begin{lstlisting} -In []: from enthought.mayavi import mlab +In []:from enthought.mayavi import mlab \end{lstlisting} \vspace*{0.5in} @@ -250,7 +250,7 @@ In []: from enthought.mayavi import mlab \begin{lstlisting} In []: mlab.test_<TAB> In []: mlab.test_contour3d() -in []: mlab.test_contour3d?? +In []: mlab.test_contour3d?? \end{lstlisting} \end{frame} @@ -513,11 +513,13 @@ mlab.show() \end{frame} \begin{frame} - \begin{center} - \Huge - Thank you! - \end{center} + \frametitle{We have covered:} + \begin{itemize} + \item Need of visualization. + \item Using mlab to create 3 D plots. + \item Mayavi Toolkit. + \end{itemize} \end{frame} - + \end{document} |