author | anand |
Mon, 15 Nov 2010 15:01:21 +0530 | |
changeset 504 | 340fafcb92f6 |
parent 467 | 501383b753c1 |
permissions | -rw-r--r-- |
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
1 |
% Created 2010-11-11 Thu 13:15 |
342 | 2 |
\documentclass[presentation]{beamer} |
321 | 3 |
\usepackage[latin1]{inputenc} |
4 |
\usepackage[T1]{fontenc} |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
5 |
\usepackage{fixltx2e} |
342 | 6 |
\usepackage{graphicx} |
7 |
\usepackage{longtable} |
|
8 |
\usepackage{float} |
|
9 |
\usepackage{wrapfig} |
|
10 |
\usepackage{soul} |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
11 |
\usepackage{t1enc} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
12 |
\usepackage{textcomp} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
13 |
\usepackage{marvosym} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
14 |
\usepackage{wasysym} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
15 |
\usepackage{latexsym} |
342 | 16 |
\usepackage{amssymb} |
17 |
\usepackage{hyperref} |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
18 |
\tolerance=1000 |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
19 |
\usepackage[english]{babel} \usepackage{ae,aecompl} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
20 |
\usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
21 |
\usepackage{listings} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
22 |
\lstset{language=Python, basicstyle=\ttfamily\bfseries, |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
23 |
commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen}, |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
24 |
showstringspaces=false, keywordstyle=\color{blue}\bfseries} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
25 |
\providecommand{\alert}[1]{\textbf{#1}} |
321 | 26 |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
27 |
\title{Using Plot Interactively} |
342 | 28 |
\author{FOSSEE} |
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
29 |
\date{} |
321 | 30 |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
31 |
\usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent} |
321 | 32 |
\begin{document} |
33 |
||
342 | 34 |
\maketitle |
35 |
||
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
36 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
37 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
38 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
39 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
40 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
41 |
|
321 | 42 |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
43 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
44 |
\begin{frame} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
45 |
\frametitle{Outline} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
46 |
\label{sec-1} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
47 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
48 |
How to plot a simple mathematical function. |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
49 |
Using the User Interface of plot figure. |
342 | 50 |
\end{frame} |
51 |
\begin{frame} |
|
52 |
\frametitle{Error if Ipython not installed} |
|
53 |
\label{sec-2} |
|
54 |
\begin{itemize} |
|
55 |
||
56 |
\item `ERROR: matplotlib could NOT be imported! Starting normal IPython.`\\ |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
57 |
\label{sec-2_1}% |
342 | 58 |
\end{itemize} % ends low level |
59 |
\end{frame} |
|
60 |
\begin{frame} |
|
61 |
\frametitle{Plot UI} |
|
62 |
\label{sec-3} |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
63 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
64 |
\includegraphics[height=0.12in, interpolate=true]{buttons} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
65 |
\begin{itemize} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
66 |
\item Save |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
67 |
\item Zoom |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
68 |
\item Move axis |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
69 |
\item Back and Forward Button |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
70 |
\item Home |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
71 |
\end{itemize} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
72 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
73 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
74 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
75 |
\end{frame} |
342 | 76 |
\begin{frame} |
77 |
\frametitle{Summary} |
|
78 |
\label{sec-4} |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
79 |
|
342 | 80 |
\begin{itemize} |
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
81 |
\item Plotting mathematical functions using plot. |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
82 |
\includegraphics[height=0.12in, interpolate=true]{buttons} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
83 |
\item Using the UI of plot |
321 | 84 |
|
467
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
85 |
\begin{itemize} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
86 |
\item Save |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
87 |
\item Zoom |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
88 |
\item Move axis |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
89 |
\item Back and Forward Button |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
90 |
\item Home |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
91 |
\end{itemize} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
92 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
93 |
\end{itemize} |
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
94 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
95 |
|
501383b753c1
Exercises and Slides added to Using plot interactively
Amit Sethi
parents:
409
diff
changeset
|
96 |
|
321 | 97 |
\end{frame} |
98 |
||
99 |
\end{document} |