104 legend entries={Python,Ruby}, |
104 legend entries={Python,Ruby}, |
105 legend pos=north west, |
105 legend pos=north west, |
106 legend cell align=left |
106 legend cell align=left |
107 ] |
107 ] |
108 \addplot[blue,mark=*, mark options={fill=white}] |
108 \addplot[blue,mark=*, mark options={fill=white}] |
109 table {re-python.data}; |
109 table {data/re-python.data}; |
110 \addplot[brown,mark=pentagon*, mark options={fill=white}] |
110 \addplot[brown,mark=pentagon*, mark options={fill=white}] |
111 table {re-ruby.data}; |
111 table {data/re-ruby.data}; |
112 \end{axis} |
112 \end{axis} |
113 \end{tikzpicture} |
113 \end{tikzpicture} |
114 \end{center} |
114 \end{center} |
115 |
115 |
116 evil regular expressions: \bl{$({\tt a}?)^n \cdot {\tt a}^n$} |
116 evil regular expressions: \bl{$({\tt a}?)^n \cdot {\tt a}^n$} |
1022 legend entries={Python,Ruby,Scala V1,Scala V2}, |
1022 legend entries={Python,Ruby,Scala V1,Scala V2}, |
1023 legend pos=north west, |
1023 legend pos=north west, |
1024 legend cell align=left |
1024 legend cell align=left |
1025 ] |
1025 ] |
1026 \addplot[blue,mark=*, mark options={fill=white}] |
1026 \addplot[blue,mark=*, mark options={fill=white}] |
1027 table {re-python.data}; |
1027 table {data/re-python.data}; |
1028 \addplot[brown,mark=pentagon*, mark options={fill=white}] |
1028 \addplot[brown,mark=pentagon*, mark options={fill=white}] |
1029 table {re-ruby.data}; |
1029 table {data/re-ruby.data}; |
1030 \addplot[red,mark=triangle*,mark options={fill=white}] |
1030 \addplot[red,mark=triangle*,mark options={fill=white}] |
1031 table {re1.data}; |
1031 table {data/re1.data}; |
1032 \addplot[green,mark=square*,mark options={fill=white}] |
1032 \addplot[green,mark=square*,mark options={fill=white}] |
1033 table {re2b.data}; |
1033 table {data/re2b.data}; |
1034 \end{axis} |
1034 \end{axis} |
1035 \end{tikzpicture} |
1035 \end{tikzpicture} |
1036 \end{center} |
1036 \end{center} |
1037 |
1037 |
1038 \end{frame} |
1038 \end{frame} |