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}$, 472) ($C_{2}$, 865) ($C_{3}$, 254) ($F_{1}$, 138) ($F_{2}$, 61) ($F_{3}$, 410) ($F_{4}$, 305) ($F_{5}$, 158) ($L_{1}$, 158) ($L_{2}$, 109) ($L_{3}$, 31) ($L_{4}$, 40) ($L_{5}$, 92) ($S_{1}$, 50) ($S_{2}$, 118) ($S_{3}$, 49) ($S_{4}$, 127) ($S_{5}$, 49) ($S_{6}$, 33) ($S_{7}$, 24)};
|
|
|
|
\addplot coordinates {($C_{1}$, 577) ($C_{2}$, 2656) ($C_{3}$, 72280) ($F_{1}$, 375) ($F_{2}$, 271) ($F_{3}$, 374) ($F_{4}$, 312) ($F_{5}$, 230) ($L_{1}$, 183) ($L_{2}$, 465) ($L_{3}$, 165) ($L_{4}$, 357) ($L_{5}$, 358) ($S_{1}$, 218) ($S_{2}$, 262) ($S_{3}$, 308) ($S_{4}$, 351) ($S_{5}$, 337) ($S_{6}$, 184) ($S_{7}$, 176)};
|
|
|
|
\addplot coordinates {($C_{1}$, 2718) ($C_{2}$, 2477) ($C_{3}$, 55463) ($F_{1}$, 184) ($F_{2}$, 430) ($F_{3}$, 840) ($F_{4}$, 305) ($F_{5}$, 238) ($L_{1}$, 79) ($L_{2}$, 748) ($L_{3}$, 44) ($L_{4}$, 213) ($L_{5}$, 130) ($S_{1}$, 466) ($S_{2}$, 87) ($S_{3}$, 252) ($S_{4}$, 100) ($S_{5}$, 103) ($S_{6}$, 8) ($S_{7}$, 3)};
|
|
|
|
\legend{gStore,Jena, Virtuoso}
|
|
\end{semilogyaxis}
|
|
\end{tikzpicture}
|