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