gStore/docs/test/watdiv200M_comparison.tex

27 lines
1.6 KiB
TeX

\begin{tikzpicture}[font=\Large]
\begin{semilogyaxis}[
width = 30cm,
height = 19cm ,
ybar,
ymajorgrids = true,
ylabel = {Query Response Time (in ms)},
%xlabel = {Queries},
symbolic x coords =
{$C_{1}$,$C_{2}$,$C_{3}$,$F_{1}$,$F_{2}$,$F_{3}$, $F_{4}$, $F_{5}$, $L_{1}$,$L_{2}$,$L_{3}$,$L_{4}$,$L_{5}$, $S_{1}$,$S_{2}$,$S_{3}$,$S_{4}$,$S_{5}$,$S_{6}$,$S_{7}$},
bar width=5pt,
enlarge x limits=0.04,
scaled y ticks = true,
legend pos= north west,
legend cell align=left
]
\addplot coordinates {($C_{1}$, 1103) ($C_{2}$, 1804) ($C_{3}$, 1598) ($F_{1}$, 286) ($F_{2}$, 99) ($F_{3}$, 862) ($F_{4}$, 610) ($F_{5}$, 334) ($L_{1}$, 319) ($L_{2}$, 71) ($L_{3}$, 46) ($L_{4}$, 77) ($L_{5}$, 137) ($S_{1}$, 125) ($S_{2}$, 114) ($S_{3}$, 80) ($S_{4}$, 161) ($S_{5}$, 217) ($S_{6}$, 48) ($S_{7}$, 25)};
\addplot coordinates {($C_{1}$, 1749) ($C_{2}$, 6242) ($C_{3}$, 272768) ($F_{1}$, 870) ($F_{2}$, 703) ($F_{3}$, 4975) ($F_{4}$, 1259) ($F_{5}$, 206) ($L_{1}$, 173) ($L_{2}$, 679) ($L_{3}$, 314) ($L_{4}$, 2256) ($L_{5}$, 2726) ($S_{1}$, 222) ($S_{2}$, 435) ($S_{3}$, 378) ($S_{4}$, 397) ($S_{5}$, 740) ($S_{6}$, 218) ($S_{7}$, 157)};
\addplot coordinates {($C_{1}$, 2850) ($C_{2}$, 1517) ($C_{3}$, 160982) ($F_{1}$, 163) ($F_{2}$, 131) ($F_{3}$, 2189) ($F_{4}$, 503) ($F_{5}$, 49) ($L_{1}$, 44) ($L_{2}$, 112) ($L_{3}$, 44) ($L_{4}$, 403) ($L_{5}$, 1102) ($S_{1}$, 223) ($S_{2}$, 125) ($S_{3}$, 181) ($S_{4}$, 47) ($S_{5}$, 99) ($S_{6}$, 46) ($S_{7}$, 2)};
\legend{gStore,Jena, Virtuoso}
\end{semilogyaxis}
\end{tikzpicture}