Example: A usual quarter-circle
Consider a quarter circle paramterized as usual with t=theta.
>
myrange:=view=[-1.3..1.3,-0.3..1.3]:
plot([cos(t),sin(t),t=0..Pi],color=red,myrange);