Draw a circle given by the parametric equations x=cos(t), y=sin(t), t epsilon [0, 2*Pi]

> plot([cos(t),sin(t),t=0..2*Pi],scaling=constrained, axes=none);

[Maple Plot]

>