61 lines
1.3 KiB
Gnuplot
61 lines
1.3 KiB
Gnuplot
reset
|
|
|
|
set terminal epslatex size 2.5,1.3
|
|
#set terminal windows
|
|
|
|
set grid
|
|
|
|
set key box opaque reverse left invert samplen 0.75 spacing 1.0 width -4
|
|
set nokey
|
|
|
|
#set lmargin 4.3
|
|
#set tmargin 0.5
|
|
#set rmargin 0.5
|
|
|
|
unset xtics
|
|
unset ytics
|
|
unset border
|
|
|
|
#set xtics nomirror
|
|
#set ytics nomirror
|
|
|
|
set format x "\\footnotesize{%H}"
|
|
set format y "\\footnotesize{%H}"
|
|
|
|
#set xlabel "\\footnotesize{bandwidth $h$}"
|
|
#set ylabel "\\footnotesize{MISE ($\\times 10^{-3}$)}" offset +2.0,0
|
|
|
|
|
|
# orange dahsed gaussian
|
|
set style line 1 dt 3 lc rgb "#FCAF3E" lw 3.0
|
|
# red approx
|
|
set style line 2 lt 1 lc rgb "#CC0000" lw 3.0
|
|
|
|
|
|
|
|
set output "BoxConverge1.tex"
|
|
plot \
|
|
"BoxConvergeData.csv" using (column(1)):(column(2)) with lines ls 2
|
|
|
|
set output "BoxConverge2.tex"
|
|
plot \
|
|
"BoxConvergeData.csv" using (column(1)):(column(3)) with lines ls 1, \
|
|
"BoxConvergeData.csv" using (column(1)):(column(4)) with lines ls 2
|
|
|
|
set output "BoxConverge3.tex"
|
|
plot \
|
|
"BoxConvergeData.csv" using (column(1)):(column(5)) with lines ls 1, \
|
|
"BoxConvergeData.csv" using (column(1)):(column(6)) with lines ls 2
|
|
|
|
set output "BoxConverge4.tex"
|
|
plot \
|
|
"BoxConvergeData.csv" using (column(1)):(column(7)) with lines ls 1, \
|
|
"BoxConvergeData.csv" using (column(1)):(column(8)) with lines ls 2
|
|
|
|
set output
|
|
|
|
#FCAF3E
|
|
#CC0000
|
|
#4E9A06
|
|
#4E9A06
|