maxima_plot2d-polar-archimedean-spiral
Example:
r(t):=t; plot2d([parametric,r(t)*cos(t),r(t)*sin(t),[t,-2*%pi,2*%pi]]);