ParametricPlot[{関数x,関数y}, {t,tmin,tmax}] で、 いわゆるパラメーター表示された平面曲線を描く。例えば
ParametricPlot[{Sin[t], Sin[2t]}, {t,0,2Pi}]