# tetrahedron08_commands.txt # # Usage: # gnuplot < tetrahedron08_commands.txt # set term png set output 'tetrahedron08.png' set xlabel '<--- X --->' set ylabel '<--- Y --->' set zlabel '<--- Z --->' set title 'tetrahedron08' set grid set key off set view equal xyz set style data lines set timestamp splot 'tetrahedron08_vertices.txt' with lines lw 3, \ 'tetrahedron08_nodes.txt' with points pt 7 lt 0