# square_symq_08_commands.txt # # Usage: # gnuplot < square_symq_08_commands.txt # set term png set output 'square_symq_08.png' set xlabel '<--- X --->' set ylabel '<--- Y --->' set title 'square_symq_08' set grid set key off set size ratio -1 set style data lines set timestamp plot 'square_symq_08_vertices.txt' with lines lw 3, \ 'square_symq_08_nodes.txt' with points pt 7 lt 0