Question: How can I remove the ugly gap from the default polar plot?

I have just made my first polar plot, but I am a little disappointed with the result.

Code
polarplot([(1+cos(x)^2)*(1/2), cos(x)], x = 0 .. (1/2)*Pi) 

Output

How can I remove that little gap between the grey line and the black line?


 

Please Wait...