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

@@ -19,10 +19,13 @@ set xlabel "\\footnotesize{$h$}"
set ylabel "\\footnotesize{MISE ($\\times 10^{-3}$)}" offset +2.0,0
plot \
"error/KDE.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#FCAF3E" lw 2.0 title "\\footnotesize{KDE} ",\
"error/KDE.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#4E9A06" lw 2.0 title "\\footnotesize{KDE} ",\
"error/R.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#CC0000" lw 2.0 title "\\footnotesize{BKDE} ",\
"error/Box.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#4E9A06" lw 2.0 title "\\footnotesize{BoxKDE} ",\
"error/ExBox.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#4E9A06" lw 3.0 dt 3 title "\\footnotesize{ExBoxKDE} "
"error/Box.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#FCAF3E" lw 2.0 title "\\footnotesize{BoxKDE} ",\
"error/ExBox.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#FCAF3E" lw 3.0 dt 3 title "\\footnotesize{ExBoxKDE} "
#FCAF3E
#CC0000
#4E9A06
#4E9A06