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