From 521b08d1521f38612ae463bde304642097cc4463 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 13 Apr 2021 17:19:57 +0100 Subject: Add spacing --- evaluation.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'evaluation.tex') diff --git a/evaluation.tex b/evaluation.tex index e00062d..a48c153 100644 --- a/evaluation.tex +++ b/evaluation.tex @@ -38,7 +38,7 @@ We configured \polybench{}'s parameters so that only integer types are used, sin group size=1 by 2, xlabels at=edge bottom, xticklabels at=edge bottom, - vertical sep=0pt, + vertical sep=5pt, }, ymode=log, ybar=0pt, @@ -56,6 +56,7 @@ We configured \polybench{}'s parameters so that only integer types are used, sin xtick=data, enlarge x limits={abs=0.5}, ylabel style={font=\footnotesize}, + xtick style={draw=none}, ] \nextgroupplot[ymin=0.8,ylabel={Relative execution time to \legup{}}] @@ -67,7 +68,7 @@ We configured \polybench{}'s parameters so that only integer types are used, sin \nextgroupplot[ymin=0.1,ylabel={Relative area to \legup{}}] \addplot+[vericertcol] table [x expr=\coordindex,y=vericert,col sep=comma] from \divslicetable; \addplot+[legupnooptcol] table [x expr=\coordindex,y=legup noopt nochain,col sep=comma] from \divslicetable; - \addplot+[le on gupnooptnochaincol] table [x expr=\coordindex,y=legup noopt,col sep=comma] from \divslicetable; + \addplot+[legupnooptnochaincol] table [x expr=\coordindex,y=legup noopt,col sep=comma] from \divslicetable; \draw (axis cs:-1,1) -- (axis cs:26,1); \legend{\vericert{},\legup{} w/o opt/chain,\legup{} w/o opt}; @@ -86,7 +87,7 @@ We configured \polybench{}'s parameters so that only integer types are used, sin group size=1 by 2, xlabels at=edge bottom, xticklabels at=edge bottom, - vertical sep=0pt, + vertical sep=5pt, }, ymode=log, ybar=0pt, @@ -104,6 +105,7 @@ We configured \polybench{}'s parameters so that only integer types are used, sin enlarge x limits={abs=0.5}, ylabel style={font=\footnotesize}, ymin=0.3, + xtick style={draw=none}, ] \nextgroupplot[ylabel={Relative execution time to \legup{}}] -- cgit