Slides/slides01.tex
changeset 199 193a9fdcedd6
parent 197 a35041d5707c
child 200 10c096d59218
equal deleted inserted replaced
198:1f961c9e4dd6 199:193a9fdcedd6
   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}
  1055     scaled ticks=false,
  1055     scaled ticks=false,
  1056     axis lines=left,
  1056     axis lines=left,
  1057     width=9cm,
  1057     width=9cm,
  1058     height=7cm
  1058     height=7cm
  1059 ]
  1059 ]
  1060 \addplot[green,mark=square*,mark options={fill=white}] table {re2b.data};
  1060 \addplot[green,mark=square*,mark options={fill=white}] table {data/re2b.data};
  1061 \addplot[black,mark=square*,mark options={fill=white}] table {re3.data};
  1061 \addplot[black,mark=square*,mark options={fill=white}] table {data/re3.data};
  1062 \end{axis}
  1062 \end{axis}
  1063 \end{tikzpicture}
  1063 \end{tikzpicture}
  1064 \end{center}
  1064 \end{center}
  1065 
  1065 
  1066 \end{frame}
  1066 \end{frame}