# uvcommands.txt # usage: gnuplot < uv_commands.txt # set term png set size ratio -1 set output "uv_vectors.png" set grid set xlabel "<--X-->" set ylabel "<--Y-->" set title "Velocity field" set timestamp plot "uv_data.txt" with vectors