# kdv_ift_commands.txt # # Usage: # gnuplot < kdv_ift_commands.txt # set term png set output "kdv_ift.png" set xlabel "X" set ylabel "Y" set zlabel "Z" set title "Korteweg-DeVries solved by IFT" set view 10, 30 set hidden3d set timestamp set grid set style data lines splot "kdv_ift_data.txt" with lines quit