ChengsongTanPhdThesis/Chapters/Bitcoded2.tex
changeset 601 ce4e5151a836
parent 600 fd068f39ac23
child 624 8ffa28fce271
equal deleted inserted replaced
600:fd068f39ac23 601:ce4e5151a836
   176 	\centering
   176 	\centering
   177 \begin{tikzpicture}
   177 \begin{tikzpicture}
   178 \begin{axis}[
   178 \begin{axis}[
   179     xlabel={$n$},
   179     xlabel={$n$},
   180     ylabel={time},
   180     ylabel={time},
   181     ymode = log,
   181     %ymode = log,
   182     legend entries={time in secs},  
   182     legend entries={time in secs},  
   183     legend pos=north west,
   183     legend pos=north west,
   184     legend cell align=left]
   184     legend cell align=left]
   185 \addplot[red,mark=*, mark options={fill=white}] table {SulzmannLuLexerTime.data};
   185 \addplot[red,mark=*, mark options={fill=white}] table {SulzmannLuLexerTime.data};
   186 \end{axis}
   186 \end{axis}