set term png set output "test01_motion.png" set grid set style data lines set timestamp unset key set xlabel "<---Iteration--->" set ylabel "<---Average Motion--->" set title "Generator Motion with Iteration" plot "test01_motion_data.txt" using 1:2 with points pt 7 ps 1 quit