# pressure_noflow_commands.txt # set term png set output "pressure_noflow.png" # # Add titles and labels. # set xlabel "<--- X --->" set ylabel "<--- Y --->" set title "noflow" unset key # # Add grid lines. # set grid unset surface set size ratio -1 set contour base set view map set pm3d splot "pressure_noflow_data.txt" with pm3d # # Timestamp the plot. # set timestamp quit