diff --git a/src/config.sty b/src/config.sty index 1948659..9617933 100644 --- a/src/config.sty +++ b/src/config.sty @@ -12,8 +12,8 @@ \usepackage{setspace} \onehalfspacing{} \usepackage{tikz} -\newcommand{\tikzwidth}{0.85\columnwidth} -\newcommand{\tikzheight}{0.65\columnwidth} +\newcommand{\tikzwidth}{0.95\columnwidth} +\newcommand{\tikzheight}{0.7\columnwidth} \usepackage[colorlinks = true, linkcolor = blue, diff --git a/src/dash-3d/evaluation.tex b/src/dash-3d/evaluation.tex index f681314..c2f6ecc 100644 --- a/src/dash-3d/evaluation.tex +++ b/src/dash-3d/evaluation.tex @@ -97,8 +97,6 @@ Finally, we try several bandwidth parameters to study how our system can adapt t legend pos=south east, xmin=0, xmax=90, - x label style={at={(axis description cs:0.5,0.05)},anchor=north}, - y label style={at={(axis description cs:0.125,.5)},anchor=south}, ] \addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat}; \addlegendentry{\scriptsize $k$-d tree} @@ -128,8 +126,6 @@ For the remaining experiments, partitioning is based on a $k$-d tree. legend pos=south east, xmin=0, xmax=90, - x label style={at={(axis description cs:0.5,0.05)},anchor=north}, - y label style={at={(axis description cs:0.125,.5)},anchor=south}, ] \addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat}; \addlegendentry{\scriptsize Proposed} @@ -160,8 +156,6 @@ An online-only utility improves the results, as it takes the user viewing frustu legend pos=south east, xmin=0, xmax=90, - x label style={at={(axis description cs:0.5,0.05)},anchor=north}, - y label style={at={(axis description cs:0.125,.5)},anchor=south}, ] \addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat}; \addlegendentry{\scriptsize Sorting the faces by area} @@ -200,8 +194,6 @@ In other words, our system tends to favor geometry segments when the bandwidth i legend pos=south east, xmin=0, xmax=90, - x label style={at={(axis description cs:0.5,0.05)},anchor=north}, - y label style={at={(axis description cs:0.125,.5)},anchor=south}, ] \addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat}; \addlegendentry{\scriptsize Proposed}