Question: View settings for polarplot

Hello. I'm plotting in polar coordinates. I use to build an expression

polarplot(MF(t), t = 0 .. 2*Pi, color = black, linestyle = 1, thickness = 3, coordinateview = [0 .. 11, 0 .. Pi], axesfont = ["TIMES", "ROMAN", 20], scaling = CONSTRAINED)

At the top there is a lot of empty space. Are there any settings that will allow you to remove the empty space and build only the part of the grid where the graph is located?

Please Wait...