set title "Graph Title" set xlabel "X Axis Label" set ylabel "Y Axis Label" set term postscript set output "2D.ps" #set data style lp plot "2D.data" using 1:2 t "Curve Title" with lines, "2D.data" using 1:4 t "Other Curve" with linespoints