set term svg set out "plot.svg" 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