I want to make a 3d plot and using r and phi as variable. I can try to plot withplot3d(ev(f(r,phi),r=sqrt(x^2+y^2),phi=atan2(x,y),[x,x1,x2],[y,y1,y2]); but it will give me the atan2(0,0) not defined. Is there a standard way to plot a 3d plot on polar axis?