# doughnut_ode_commands.txt # # Usage: # gnuplot < doughnut_ode_commands.txt # set term png set output "doughnut_ode.png" set xlabel "<--- X(T) --->" set ylabel "<--- Y(T) --->" set zlabel "<--- Z(T) --->" set title "doughnut_ode trajectory" set grid set style data lines splot "doughnut_ode_data.txt" using 2:3:4 lw 2 linecolor rgb "blue"