set term pdf set out "plot.pdf" set title "Orbital motion of a planet" set xlabel "x" set ylabel "y" set grid plot "data" using (1/$2)*sin($1):(1/$2)*cos($1) with lines notitle