slides/slides01.tex
changeset 767 bdd12391d345
parent 762 e70df76926c0
child 769 f9686b22db7e
equal deleted inserted replaced
766:e8402d8ec8e6 767:bdd12391d345
   629     ytick={0,5,...,30},
   629     ytick={0,5,...,30},
   630     scaled ticks=false,
   630     scaled ticks=false,
   631     axis lines=left,
   631     axis lines=left,
   632     width=\textwidth,
   632     width=\textwidth,
   633     height=4cm, 
   633     height=4cm, 
   634     legend entries={Python, Java 8, JavaScript},  
   634     legend entries={Python, Java 8, JavaScript, Swift},  
   635     legend pos=north west,
   635     legend pos=north west,
   636     legend cell align=left]
   636     legend cell align=left]
   637 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data};   
   637 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data};   
   638 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data};
   638 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data};
   639 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data};
   639 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data};
       
   640 \addplot[magenta,mark=*, mark options={fill=white}] table {re-swift.data};
   640 \end{axis}
   641 \end{axis}
   641 \end{tikzpicture}
   642 \end{tikzpicture}
   642 %
   643 %
   643 \end{column}
   644 \end{column}
   644 \begin{column}{.5\textwidth}
   645 \begin{column}{.5\textwidth}