function initpolar(C,maximumradius)
if (exist('maximumradius') == 0)
maximumradius = 6;
end
polar(0,maximumradius*C)
