Added forgotten code

This commit is contained in:
2019-05-01 10:45:53 +02:00
parent a7be6b8d62
commit b99d519aa7
8 changed files with 467 additions and 516 deletions

View File

@@ -1,5 +1,6 @@
set terminal epslatex size 3.5,2.5
set output "perf.tex"
#set terminal windows
set logscale y 10
set logscale x 10
@@ -27,6 +28,7 @@ set ylabel "\\footnotesize{$t$ in seconds}" offset +2.7,0
plot \
"perf/R.csv" using (column(1)**2):(column(2)/1e9) with lines lc rgb "#CC0000" lw 2.0 title "\\footnotesize{BKDE}",\
"perf/Box.csv" using (column(1)**2):(column(2)/1e9) with lines lc rgb "#FCAF3E" lw 2.0 title "\\footnotesize{BoxKDE}",\
"perf/FastKDE.csv" using (column(1)**2):(column(2)) with lines lc rgb "#4E9A06" lw 2.0 title "\\footnotesize{FastKDE}",\
"perf/WeightedAverage.csv" using (column(1)**2):(column(2)/1e9) with lines lc rgb "#3465A4" lw 2.0 title "\\footnotesize{weighted average}"
#FCAF3E