set term png set output "fd1d_advection_ftcs.png" set grid set style data lines unset key set xlabel "<---X--->" set ylabel "<---Time--->" splot "fd1d_advection_ftcs_data.txt" using 1:2:3 with lines quit