slides/slides01.tex
changeset 767 bdd12391d345
parent 762 e70df76926c0
child 769 f9686b22db7e
--- a/slides/slides01.tex	Tue Sep 29 12:52:07 2020 +0100
+++ b/slides/slides01.tex	Tue Sep 29 19:35:11 2020 +0100
@@ -631,12 +631,13 @@
     axis lines=left,
     width=\textwidth,
     height=4cm, 
-    legend entries={Python, Java 8, JavaScript},  
+    legend entries={Python, Java 8, JavaScript, Swift},  
     legend pos=north west,
     legend cell align=left]
 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data};   
 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data};
 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data};
+\addplot[magenta,mark=*, mark options={fill=white}] table {re-swift.data};
 \end{axis}
 \end{tikzpicture}
 %