25 lines
1.0 KiB
TeX
25 lines
1.0 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}$, 19602) ($C_{2}$, 11627) ($C_{3}$, 230831) ($F_{1}$, 1044) ($F_{2}$, 6194) ($F_{3}$, 134134) ($L_{1}$, 399) ($L_{2}$, 12548) ($L_{3}$, 620) ($S_{1}$, 490) ($S_{2}$, 2858) ($S_{3}$, 190)};
|
|
|
|
|
|
\addplot coordinates {($C_{1}$, 12241) ($C_{2}$, 14458) ($C_{3}$, 497314) ($F_{1}$, 1679) ($F_{2}$, 2844) ($F_{3}$, 58072) ($L_{1}$, 267) ($L_{2}$, 11884) ($L_{3}$, 711) ($S_{1}$, 359) ($S_{2}$, 1840) ($S_{3}$, 750)};
|
|
|
|
|
|
\legend{gStore,Jena,Virtuoso}
|
|
\end{semilogyaxis}
|
|
\end{tikzpicture}
|