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