# pentaspherical_path_commands.txt # # Usage: # gnuplot < pentaspherical_path_commands.txt # set term png set output "pentaspherical_paths.png" set xlabel "Rho" set ylabel "X(Rho)" set title "Pentaspherical correlation" set grid set style data lines set key off plot "pentaspherical_path_data.txt" using 1:2, \ "pentaspherical_path_data.txt" using 1: 3, \ "pentaspherical_path_data.txt" using 1: 4 quit