set terminal svg size 900, 500 set output "restrict_post_smooth6.svg" set xlabel "Grid points" set ylabel "Residual value" set title "Smoothing" set key outside set key autotitle columnhead set pointsize 0.5 plot "restrict_post_smooth.data" index 10 using 1:2 with linespoints lt 5 lw 1, \ "restrict_post_smooth.data" index 11 using 1:2 with linespoints lt 6 lw 3 |