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