# parametric.inp # # Demonstrate a parametric plot. # set term post set grid set parametric plot [t=-2*pi:2*pi] sin(t), t**2 title "Parametric plot" quit