Better curves
This commit is contained in:
parent
ae089a0da2
commit
8732239231
|
@ -12,8 +12,8 @@
|
||||||
\usepackage{setspace}
|
\usepackage{setspace}
|
||||||
\onehalfspacing{}
|
\onehalfspacing{}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\newcommand{\tikzwidth}{0.85\columnwidth}
|
\newcommand{\tikzwidth}{0.95\columnwidth}
|
||||||
\newcommand{\tikzheight}{0.65\columnwidth}
|
\newcommand{\tikzheight}{0.7\columnwidth}
|
||||||
|
|
||||||
\usepackage[colorlinks = true,
|
\usepackage[colorlinks = true,
|
||||||
linkcolor = blue,
|
linkcolor = blue,
|
||||||
|
|
|
@ -97,8 +97,6 @@ Finally, we try several bandwidth parameters to study how our system can adapt t
|
||||||
legend pos=south east,
|
legend pos=south east,
|
||||||
xmin=0,
|
xmin=0,
|
||||||
xmax=90,
|
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};
|
\addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat};
|
||||||
\addlegendentry{\scriptsize $k$-d tree}
|
\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,
|
legend pos=south east,
|
||||||
xmin=0,
|
xmin=0,
|
||||||
xmax=90,
|
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};
|
\addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat};
|
||||||
\addlegendentry{\scriptsize Proposed}
|
\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,
|
legend pos=south east,
|
||||||
xmin=0,
|
xmin=0,
|
||||||
xmax=90,
|
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};
|
\addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat};
|
||||||
\addlegendentry{\scriptsize Sorting the faces by area}
|
\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,
|
legend pos=south east,
|
||||||
xmin=0,
|
xmin=0,
|
||||||
xmax=90,
|
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};
|
\addplot table [y=psnr, x=time]{assets/dash-3d/gnuplot/1/curve.dat};
|
||||||
\addlegendentry{\scriptsize Proposed}
|
\addlegendentry{\scriptsize Proposed}
|
||||||
|
|
Loading…
Reference in New Issue