Better curves

This commit is contained in:
2019-08-30 14:41:23 +02:00
parent ae089a0da2
commit 8732239231
2 changed files with 2 additions and 10 deletions

View File

@@ -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,

View File

@@ -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}