handouts/ho02.tex
changeset 416 357c395ae838
parent 415 4ae59fd3b174
child 433 c08290ee4f1f
equal deleted inserted replaced
415:4ae59fd3b174 416:357c395ae838
    96 \end{tikzpicture}
    96 \end{tikzpicture}
    97 &
    97 &
    98 \begin{tikzpicture}
    98 \begin{tikzpicture}
    99   \begin{axis}[
    99   \begin{axis}[
   100     xlabel={$n$},
   100     xlabel={$n$},
   101     x label style={at={(1.1,0.05)}},
   101     x label style={at={(1.05,0.0)}},
   102     ylabel={time in secs},
   102     ylabel={time in secs},
   103     enlargelimits=false,
   103     enlargelimits=false,
   104     xtick={0,3000,...,12000},
       
   105     xmax=12500,
       
   106     ymax=35,
   104     ymax=35,
   107     ytick={0,5,...,30},
   105     ytick={0,5,...,30},
       
   106     axis lines=left,
   108     scaled ticks=false,
   107     scaled ticks=false,
   109     axis lines=left,
       
   110     width=6.5cm,
   108     width=6.5cm,
   111     height=5cm]
   109     height=5cm]
   112 \addplot[green,mark=square*,mark options={fill=white}] table {re2.data};
   110 \addplot[black,mark=square*,mark options={fill=white}] table {re3a.data};
   113 \addplot[black,mark=square*,mark options={fill=white}] table {re3.data};
       
   114 \end{axis}
   111 \end{axis}
   115 \end{tikzpicture}
   112 \end{tikzpicture}
   116 \end{tabular}
   113 \end{tabular}
   117 \end{center}\medskip
   114 \end{center}\medskip
   118 
   115