From a0ebad1a60e14508381e78de1e530906b165d807 Mon Sep 17 00:00:00 2001 From: Shantanu Choudhary Date: Wed, 18 Nov 2009 17:08:39 +0530 Subject: cheat sheet 1 Interactive Plotting. --- day1/session1.tex | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'day1/session1.tex') diff --git a/day1/session1.tex b/day1/session1.tex index 26ec8e1..47051cc 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -335,20 +335,12 @@ In []: legend(['sin(2y)'], loc = 'center') \begin{columns} \column{0.6\textwidth} \includegraphics[height=2in, interpolate=true]{data/position} -\begin{lstlisting} -'best', 'right', 'center' -\end{lstlisting} \column{0.45\textwidth} \vspace{-0.2in} \begin{lstlisting} -'upper right' -'upper left' -'lower left' -'lower right' -'center left' -'center right' -'lower center' -'upper center' +'best' +'right' +'center' \end{lstlisting} \end{columns} \end{frame} -- cgit