Did you mean: plot (y =x ,y1 =x ^2 ,r =cos (zeta ),r1 =sin (zeta ))?
plot (y =x,y1 =x**2,r =cos (theta),r1 =sin (theta))
plot(y=x, y1=x**2, r=cos(theta), r1=sin(theta))
Need more control? Try SymPy Live.