28 lines
1.6 KiB
TeX
28 lines
1.6 KiB
TeX
\begin{tikzpicture}[font=\Large]
|
|
\begin{semilogyaxis}[
|
|
width = 30cm,
|
|
height = 19cm ,
|
|
ymax=200000,
|
|
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}$, 59) ($C_{2}$, 91) ($C_{3}$, 48) ($F_{1}$, 29) ($F_{2}$, 26) ($F_{3}$, 56) ($F_{4}$, 45) ($F_{5}$, 37) ($L_{1}$, 24) ($L_{2}$, 25) ($L_{3}$, 24) ($L_{4}$, 23) ($L_{5}$, 25) ($S_{1}$, 26) ($S_{2}$, 25) ($S_{3}$, 25) ($S_{4}$, 26) ($S_{5}$, 23) ($S_{6}$, 24) ($S_{7}$,23)};
|
|
|
|
\addplot coordinates {($C_{1}$, 270) ($C_{2}$, 556) ($C_{3}$, 10674) ($F_{1}$, 220) ($F_{2}$, 209) ($F_{3}$, 220) ($F_{4}$, 217) ($F_{5}$, 239) ($L_{1}$, 152) ($L_{2}$, 235) ($L_{3}$, 152) ($L_{4}$, 215) ($L_{5}$, 204) ($S_{1}$, 207) ($S_{2}$, 184) ($S_{3}$, 201) ($S_{4}$, 218) ($S_{5}$, 201) ($S_{6}$, 149) ($S_{7}$, 166)};
|
|
|
|
\addplot coordinates {($C_{1}$, 243) ($C_{2}$, 84) ($C_{3}$, 5663) ($F_{1}$, 54) ($F_{2}$, 53) ($F_{3}$, 46) ($F_{4}$, 50) ($F_{5}$, 16) ($L_{1}$, 4) ($L_{2}$, 4) ($L_{3}$, 2) ($L_{4}$, 43) ($L_{5}$, 42) ($S_{1}$, 87) ($S_{2}$, 44) ($S_{3}$, 6) ($S_{4}$, 8) ($S_{5}$, 43) ($S_{6}$, 2) ($S_{7}$, 2)};
|
|
|
|
\legend{gStore,Jena, Virtuoso}
|
|
\end{semilogyaxis}
|
|
\end{tikzpicture}
|