Slides/slides01.tex
changeset 199 193a9fdcedd6
parent 197 a35041d5707c
child 200 10c096d59218
--- a/Slides/slides01.tex	Tue Jun 14 12:05:00 2016 +0100
+++ b/Slides/slides01.tex	Tue Jun 14 12:17:42 2016 +0100
@@ -106,9 +106,9 @@
     legend cell align=left  
 ]
 \addplot[blue,mark=*, mark options={fill=white}] 
-  table {re-python.data};
+  table {data/re-python.data};
 \addplot[brown,mark=pentagon*, mark options={fill=white}] 
-  table {re-ruby.data};  
+  table {data/re-ruby.data};  
 \end{axis}
 \end{tikzpicture}
 \end{center}
@@ -1024,13 +1024,13 @@
     legend cell align=left  
 ]
 \addplot[blue,mark=*, mark options={fill=white}] 
-  table {re-python.data};
+  table {data/re-python.data};
 \addplot[brown,mark=pentagon*, mark options={fill=white}] 
-  table {re-ruby.data};  
+  table {data/re-ruby.data};  
 \addplot[red,mark=triangle*,mark options={fill=white}] 
-  table {re1.data};  
+  table {data/re1.data};  
 \addplot[green,mark=square*,mark options={fill=white}] 
-  table {re2b.data};
+  table {data/re2b.data};
 \end{axis}
 \end{tikzpicture}
 \end{center}
@@ -1057,8 +1057,8 @@
     width=9cm,
     height=7cm
 ]
-\addplot[green,mark=square*,mark options={fill=white}] table {re2b.data};
-\addplot[black,mark=square*,mark options={fill=white}] table {re3.data};
+\addplot[green,mark=square*,mark options={fill=white}] table {data/re2b.data};
+\addplot[black,mark=square*,mark options={fill=white}] table {data/re3.data};
 \end{axis}
 \end{tikzpicture}
 \end{center}