# fx2_commands.txt # # Usage: # gnuplot < fx2_commands.txt # set term png set output 'fx2.png' set xlabel '<--- X --->' set ylabel '<--- Y --->' set title '1D Test Function #2' set grid set style data lines plot 'fx2_data.txt' using 1:2 with points lt 3 pt 4 linecolor rgb 'blue' quit