gStore/docs/latex/WatDiv100M_comparison.tex

28 lines
1.2 KiB
TeX

\begin{tikzpicture}[font=\Large]
\begin{semilogyaxis}[
width = 20cm,
height = 9cm ,
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}$,$L_{1}$,$L_{2}$,$L_{3}$,$S_{1}$,$S_{2}$,$S_{3}$},
bar width=5pt,
enlarge x limits=0.04,
scaled y ticks = true,
legend pos= north west,
legend cell align=left
]
\addplot coordinates {($C_{1}$, 1408) ($C_{2}$, 1252) ($C_{3}$, 28677) ($F_{1}$, 126) ($F_{2}$, 215) ($F_{3}$, 971) ($L_{1}$, 129) ($L_{2}$, 623) ($L_{3}$, 321) ($S_{1}$, 135) ($S_{2}$, 253) ($S_{3}$, 41)};
\addplot coordinates {($C_{1}$, 1220) ($C_{2}$, 4617) ($C_{3}$, 153329) ($F_{1}$, 978) ($F_{2}$, 346) ($F_{3}$, 491) ($L_{1}$, 198) ($L_{2}$, 895) ($L_{3}$, 232) ($S_{1}$, 190) ($S_{2}$, 424) ($S_{3}$, 882)};
\addplot coordinates {($C_{1}$, 1087245) ($C_{2}$, 115820) ($C_{3}$, 74156) ($F_{1}$, 96) ($F_{2}$, 350) ($F_{3}$, 741) ($L_{1}$, 43) ($L_{2}$, 67) ($L_{3}$, 3) ($S_{1}$, 656) ($S_{2}$, 47) ($S_{3}$, 44)};
\legend{gStore,Jena,Virtuoso}
\end{semilogyaxis}
\end{tikzpicture}