885 ytick={0,10,...,30}, |
885 ytick={0,10,...,30}, |
886 scaled ticks=false, |
886 scaled ticks=false, |
887 axis lines=left, |
887 axis lines=left, |
888 width=9cm, |
888 width=9cm, |
889 height=5.5cm, |
889 height=5.5cm, |
890 legend entries={Java 8, Python, JavaScript, Swift}, |
890 legend entries={Java 8,Python,JavaScript,Swift,Dart}, |
891 legend pos=north west, |
891 legend pos=north west, |
892 legend cell align=left] |
892 legend cell align=left] |
893 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data}; |
893 \addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data}; |
894 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data}; |
894 \addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data}; |
895 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data}; |
895 \addplot[red,mark=*, mark options={fill=white}] table {re-js.data}; |
896 \addplot[magenta,mark=*, mark options={fill=white}] table {re-swift.data}; |
896 \addplot[magenta,mark=*, mark options={fill=white}] table {re-swift.data}; |
|
897 \addplot[brown,mark=*, mark options={fill=white}] table {re-dart.data}; |
897 \end{axis} |
898 \end{axis} |
898 \end{tikzpicture} |
899 \end{tikzpicture} |
899 \end{center} |
900 \end{center} |
900 |
901 |
901 Regex: \bl{$(a^*)^* \cdot b$} |
902 Regex: \bl{$(a^*)^* \cdot b$} |