summaryrefslogtreecommitdiff
path: root/plotting-data/slides.tex
diff options
context:
space:
mode:
Diffstat (limited to 'plotting-data/slides.tex')
-rw-r--r--plotting-data/slides.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/plotting-data/slides.tex b/plotting-data/slides.tex
index b03d4e1..87fa8fb 100644
--- a/plotting-data/slides.tex
+++ b/plotting-data/slides.tex
@@ -1,4 +1,4 @@
-% Created 2010-11-09 Tue 15:09
+% Created 2010-11-09 Tue 17:34
\documentclass[presentation]{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
@@ -121,9 +121,11 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\begin{verbatim}
- In[]: errorbar(L,tsquare,xerr=delta_L, yerr=delta_T,
- fmt='b.')
+ In[]: errorbar(L,tsquare,xerr=delta_L,
+ yerr=delta_T,fmt='b.')
\end{verbatim}
+
+
\end{frame}
\begin{frame}[fragile]
\frametitle{Summary}
@@ -134,7 +136,8 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries}
0.6, 0.7, 0.8, 0.9]
plot(x,y,'o')
plot(x,y,'.')
- errorbar(L,tsquare,xerr=delta_L, yerr=delta_T, fmt='b.')
+ errorbar(L,tsquare,xerr=delta_L,
+ yerr=delta_T, fmt='b.')
\end{verbatim}
\end{frame}