adjusted colors

This commit is contained in:
2018-02-26 11:04:20 +01:00
parent ea29f0fc90
commit 2b768e4249
8 changed files with 440 additions and 434 deletions

View File

@@ -22,10 +22,13 @@ set xlabel "\\footnotesize{number of grid points $G$}"
set ylabel "\\footnotesize{$t$ in seconds}" offset +2.7,0
plot \
"perf/FastKDE.csv" using (column(1)**2):(column(2)) with lines lc rgb "#FCAF3E" lw 2.0 title "\\footnotesize{FastKDE}",\
"perf/FastKDE.csv" using (column(1)**2):(column(2)) with lines lc rgb "#4E9A06" lw 2.0 title "\\footnotesize{FastKDE}",\
"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 "#4E9A06" lw 2.0 title "\\footnotesize{BoxKDE}",\
"perf/Box.csv" using (column(1)**2):(column(2)/1e9) with lines lc rgb "#FCAF3E" lw 2.0 title "\\footnotesize{BoxKDE}",\
"perf/WeightedAverage.csv" using (column(1)**2):(column(2)/1e9) with lines lc rgb "#3465A4" lw 2.0 title "\\footnotesize{weighted-average}"
#FCAF3E
#CC0000
#4E9A06
#3465A4