Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r4873:a9047af3bd5f
Date: 2012-10-18 13:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/a9047af3bd5f/

Log:    swap slides

diff --git a/talk/vmil2012/presentation/talk.tex 
b/talk/vmil2012/presentation/talk.tex
--- a/talk/vmil2012/presentation/talk.tex
+++ b/talk/vmil2012/presentation/talk.tex
@@ -292,6 +292,28 @@
   \includegraphics[width=1\textwidth]{figures/bridge_patched.pdf}
   \end{figure}
 \end{frame}
+
+\begin{frame}[t,fragile]
+\pgfplotsset{tick label style={font=\tiny\bfseries},
+label style={font=\small},
+legend style={font=\tiny}
+}
+    \frametitle{Guard Failure Rates / Go Benchmark (29989 Guards)}
+    \begin{figure}
+        \centering
+        \begin{tikzpicture}
+            \begin{axis}[
+            xlabel= Guards by failures,
+            ylabel=Relative \# of failures,
+            xtick=\empty,
+            ytick=\empty,
+            ]
+                \input{figures/go_data}
+            \end{axis}
+        \end{tikzpicture}
+    \end{figure}
+\end{frame}
+
 \begin{frame}[t,fragile]
 \pgfplotsset{tick label style={font=\tiny\bfseries},
 label style={font=\small},
@@ -312,26 +334,6 @@
         \end{tikzpicture}
     \end{figure}
 \end{frame}
-\begin{frame}[t,fragile]
-\pgfplotsset{tick label style={font=\tiny\bfseries},
-label style={font=\small},
-legend style={font=\tiny}
-}
-    \frametitle{Guard Failure Rates / Go Benchmark}
-    \begin{figure}
-        \centering
-        \begin{tikzpicture}
-            \begin{axis}[
-            xlabel= Guards by failures,
-            ylabel=Relative \# of failures,
-            xtick=\empty,
-            ytick=\empty,
-            ]
-                \input{figures/go_data}
-            \end{axis}
-        \end{tikzpicture}
-    \end{figure}
-\end{frame}
 
 %\section{Evaluation}
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to