polar(x-values, y-values, graph settings)
Plots a graph of the supplied points in polar coordinates
graph settings
color
y yellow
m magenta
c cyan
r red
g green
b blue
w white
k black
linestyle
- solid
: dotted
-. dashdot
-- dashed
marker
. point
o circle
x x-mark
+ plus
* star
s square
d diamond
v triangle (down)
^ triangle (up)
< triangle (left)
> triangle (right)
p pentagram
h hexagram
polar([1,2,3], RAND(3), 'b')