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