parametricplot(fx_, fy_, t_, tmin_, tmax_) := parametricplot(fx_,fy_,t_,tmin_,tmax_,(-10),10,100); parametricplot(fx_, fy_, t_) := parametricplot(fx_,fy_,t_,0,6.28,(-10),10,100); parametricplot(fx_, fy_) := parametricplot(fx_,fy_,x,0,6.28,(-10),10,100);