set terminal png set output "fig_png_spline.png" plot "inp_data.txt" with points pointsize 3 pointtype 6, \ "out_data.txt" with lines lw 1 lt 1 exit