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