# lotka_timestep_commands.txt # # Usage: # gnuplot < lotka_timestep_commands.txt # set term png set output 'lotka_timestep.png' set xlabel '<-- Index -->' set ylabel '<-- DT -->' set title 'MAD Timesteps' set grid set style data lines plot 'lotka_timestamp_data.txt' using 1:2 with lines lw 3 quit