plot2d function have nearly the same meaning. See plot2d for more details.
Additional arguments:
?unit:Polar.polarunit
?plane:Polar.polarplane
The unit argument controlls the unit of the x axis or xrange argument:
type polarunit =
Rad | (* angles in radians : 0..2pi *)
Deg | (* angles in degree : 0..360 degrees*)
Grad
and the plane argument controlls the kind of polar plane:
type polarplane =
Full | (* draw only the half plane 0..pi/0..180 deg *)
Half
A logarithm scaled x axis is of course not supported, but a logarithm scaled y can be set with the axis argument.