# lotka_phase_commands.txt # # Usage: # gnuplot < lotka_phase_commands.txt # set term png set output 'lotka_phase.png' set xlabel '<-- y[0][t] -->' set ylabel '<-- y[1][t] -->' set title 'MAD phase plane' set grid set style data lines plot 'lotka_phase_data.txt' using 2:3 with lines lw 3 quit