Draw a circle given by the parametric equations x=cos(t), y=sin(t), t
> plot([cos(t),sin(t),t=0..2*Pi],scaling=constrained, axes=none);
>