# hex_grid_6_10_55_commands.txt # # Usage: # gnuplot < hex_grid_6_10_55_commands.txt # set term png set output "hex_grid_6_10_55.png" set xlabel "<--- X --->" set ylabel "<--- Y --->" set title "Disk Grid" set grid set key off set timestamp set size ratio -1 set style data lines plot "hex_grid_6_10_55_data.txt" using 1:2 with points lt 3 pt 3,\ "hex_grid_6_10_55_boundary.txt" using 1:2 lw 3 linecolor rgb "black" quit