gStore/docs/test/watdiv300M_comparison.tex

27 lines
1.7 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}$, 3061) ($C_{2}$, 5421) ($C_{3}$, 1930) ($F_{1}$, 1014) ($F_{2}$, 626) ($F_{3}$, 2487) ($F_{4}$, 1505) ($F_{5}$, 1425) ($L_{1}$, 979) ($L_{2}$, 216) ($L_{3}$, 312) ($L_{4}$, 79) ($L_{5}$, 304) ($S_{1}$, 738) ($S_{2}$, 354) ($S_{3}$, 240) ($S_{4}$, 346) ($S_{5}$, 156) ($S_{6}$, 368) ($S_{7}$, 25)};
\addplot coordinates {($C_{1}$, 2587) ($C_{2}$, 7949) ($C_{3}$, 249066) ($F_{1}$, 958) ($F_{2}$, 1150) ($F_{3}$, 3306) ($F_{4}$, 1630) ($F_{5}$, 323) ($L_{1}$, 214) ($L_{2}$, 874) ($L_{3}$, 175) ($L_{4}$, 2721) ($L_{5}$, 3044) ($S_{1}$, 178) ($S_{2}$, 488) ($S_{3}$, 420) ($S_{4}$, 497) ($S_{5}$, 877) ($S_{6}$, 222) ($S_{7}$, 163)};
\addplot coordinates {($C_{1}$, 10706) ($C_{2}$, 3249) ($C_{3}$, 231171) ($F_{1}$, 296) ($F_{2}$, 273) ($F_{3}$, 573) ($F_{4}$, 748) ($F_{5}$, 123) ($L_{1}$, 63) ($L_{2}$, 168) ($L_{3}$, 42) ($L_{4}$, 744) ($L_{5}$, 1587) ($S_{1}$, 268) ($S_{2}$, 131) ($S_{3}$, 194) ($S_{4}$, 70) ($S_{5}$, 135) ($S_{6}$, 44) ($S_{7}$, 2)};
\legend{gStore,Jena,Virtuoso}
\end{semilogyaxis}
\end{tikzpicture}