gStore/docs/latex/dbpedia2014_comparison.tex

27 lines
965 B
TeX
Raw Normal View History

\begin{tikzpicture}[font=\large]
\begin{semilogyaxis}[
width = 12cm,
height = 8cm,
ybar,
%ymin = 1,
%ymax = 5000000000,
% ytick = {1,10,100,1000,10000,100000,1000000,10000000},
ymajorgrids = true,
ylabel = {Query Response Time (in ms)},
%xlabel = {Queries},
symbolic x coords = {$Q_0$,$Q_1$,$Q_2$,$Q_3$,$Q_4$,$Q_5$,$Q_6$},
scaled y ticks = true,
legend pos= north west,
legend cell align=left
]
\addplot coordinates {($Q_0$, 578) ($Q_1$, 477) ($Q_2$, 285) ($Q_3$, 465076) ($Q_4$, 127530) ($Q_5$, 1929) ($Q_6$, 447741)};
\addplot coordinates {($Q_0$, 490) ($Q_1$, 165) ($Q_2$, 166) ($Q_3$, 3727) ($Q_4$, 3847) ($Q_5$, 393) ($Q_6$, 1309775)};
\addplot coordinates {($Q_0$, 50) ($Q_1$, 217) ($Q_2$, 210) ($Q_3$, 23797) ($Q_4$, 5536) ($Q_5$, 2736) ($Q_6$, 9515231)};
\legend{gStore,Jena,Virtuoso}
\end{semilogyaxis}
\end{tikzpicture}