cws/cw04.tex
changeset 222 e52cc402caee
parent 221 9e7897f25e13
child 224 42d760984496
equal deleted inserted replaced
221:9e7897f25e13 222:e52cc402caee
   449     scaled ticks=false,
   449     scaled ticks=false,
   450     axis lines=left,
   450     axis lines=left,
   451     width=6cm,
   451     width=6cm,
   452     height=5.5cm, 
   452     height=5.5cm, 
   453     legend entries={Python, Java 8, JavaScript},  
   453     legend entries={Python, Java 8, JavaScript},  
   454     legend pos=north west]
   454     legend pos=north west,
       
   455     legend cell align=left]
   455 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data};
   456 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data};
   456 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data};
   457 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data};
   457 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data};
   458 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data};
   458 \end{axis}
   459 \end{axis}
   459 \end{tikzpicture}
   460 \end{tikzpicture}