gStore/docs/test/watdiv500M_comparison.tex

27 lines
1.7 KiB
TeX
Raw Normal View History

2017-08-06 22:21:45 +08:00
\begin{tikzpicture}[font=\Large]
\begin{semilogyaxis}[
width = 30cm,
height = 19cm,
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
]
%\part{title}
\addplot coordinates {($C_{1}$, 7398) ($C_{2}$, 10036) ($C_{3}$, 4455) ($F_{1}$, 1616) ($F_{2}$, 1028) ($F_{3}$, 4188) ($F_{4}$, 2533) ($F_{5}$, 2533) ($L_{1}$, 1665) ($L_{2}$, 424) ($L_{3}$, 551) ($L_{4}$, 126) ($L_{5}$, 361) ($S_{1}$, 1608) ($S_{2}$, 650) ($S_{3}$, 518) ($S_{4}$, 526) ($S_{5}$, 242) ($S_{6}$, 668) ($S_{7}$, 35)};
\addplot coordinates {($C_{1}$, 189) ($C_{2}$, 156) ($C_{3}$, 462742) ($F_{1}$, 148) ($F_{2}$, 902) ($F_{3}$, 158) ($F_{4}$, 1239) ($F_{5}$, 280) ($L_{1}$, 198) ($L_{2}$, 1248) ($L_{3}$, 171) ($L_{4}$, 2965) ($L_{5}$, 1717) ($S_{1}$, 204) ($S_{2}$, 706) ($S_{3}$, 547) ($S_{4}$, 155) ($S_{5}$, 489) ($S_{6}$, 121) ($S_{7}$, 145)};
\addplot coordinates {($C_{1}$, 1066) ($C_{2}$, 119) ($C_{3}$, 331799) ($F_{1}$, 98) ($F_{2}$, 273) ($F_{3}$, 74) ($F_{4}$, 506) ($F_{5}$, 114) ($L_{1}$, 75) ($L_{2}$, 199) ($L_{3}$, 6) ($L_{4}$, 1069) ($L_{5}$, 919) ($S_{1}$, 293) ($S_{2}$, 245) ($S_{3}$, 274) ($S_{4}$, 29) ($S_{5}$, 43) ($S_{6}$, 3) ($S_{7}$, 1)};
\legend{gStore,Jena,Virtuoso}
\end{semilogyaxis}
\end{tikzpicture}