> x:=tan(k*Pi/240)*cos(t);
> y:=cot(k*Pi/240)*sin(t);
> m:=[x,y,t=0..2*Pi];
> plot([m$k=40..80],scaling=constrained,color=green,axes=none);
>