# heated_plate_commands.txt # # Usage: # gnuplot < heated_plate_commands.txt # set term png set output "heated_plate.png" set xlabel "<--- X --->" set ylabel "<--- Y --->" set title "heated_plate" set grid unset surface set contour base set view map set pm3d splot "heated_plate_data.txt" with pm3d