31 lines
1.4 KiB
TeX
31 lines
1.4 KiB
TeX
\begin{tikzpicture}[font=\Large]
|
|
\begin{semilogyaxis}[
|
|
width = 20cm,
|
|
height = 9cm ,
|
|
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}$,$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}$, 122) ($C_{2}$, 121) ($C_{3}$, 1989) ($F_{1}$, 41) ($F_{2}$, 37) ($F_{3}$, 102) ($L_{1}$, 36) ($L_{2}$, 55) ($L_{3}$, 39) ($S_{1}$, 48) ($S_{2}$, 53) ($S_{3}$, 40)};
|
|
|
|
|
|
\addplot coordinates {($C_{1}$, 308) ($C_{2}$, 943) ($C_{3}$, 15805) ($F_{1}$, 375) ($F_{2}$, 327) ($F_{3}$, 346) ($L_{1}$, 202) ($L_{2}$, 322) ($L_{3}$, 162) ($S_{1}$, 230) ($S_{2}$, 283) ($S_{3}$, 344)};
|
|
|
|
|
|
\addplot coordinates {($C_{1}$, 715) ($C_{2}$, 1059) ($C_{3}$, 8987) ($F_{1}$, 57) ($F_{2}$, 73) ($F_{3}$, 283) ($L_{1}$, 5) ($L_{2}$, 8) ($L_{3}$, 4) ($S_{1}$, 242) ($S_{2}$, 7) ($S_{3}$, 50)};
|
|
|
|
\addplot coordinates {($C_{1}$, 368) ($C_{2}$, 1396) ($C_{3}$, 8312) ($F_{1}$, 148) ($F_{2}$, 114) ($F_{3}$, 154) ($L_{1}$, 66) ($L_{2}$, 160) ($L_{3}$, 74) ($S_{1}$, 95) ($S_{2}$, 143) ($S_{3}$, 279)};
|
|
|
|
|
|
\legend{gStore,Jena,Virtuoso,Sesame}
|
|
\end{semilogyaxis}
|
|
\end{tikzpicture}
|