Direction of increasing angle. This can be counterclockwise or clockwise, with the first being the default.
Angular units used for display. This can be radians or degrees, with the first being the default.
Location of the angular origin, right, top, left, or bottom, with the first being the default.
Options for the radial axis, see plot/axis for details.
Options for the angular axis, see plot/axis for details.
Style of coordinate axes, polar or cartesian, with polar being the default.
View specified in the polar coordinate system, consisting of a list [r1..r2, a1..a2] where r1..r2 is the radial range and a1..a2 is the angular range.
Ordering of radial and angular coordinates, affecting input of data only. This option allows you to reverse the ordering of data input. The default is ordering=[radial,angular]. To plot points that have the first coordinate equal to the angle, use ordering=[angular,radial].
A negative value representing the start of the radial range.