I'm making a polar contour plot with matplotlib. The data is only in the range of theta from 0 to 90 degree, but it always shows the whole range of 0 to 360 degree. So is there a way to set the range of theta to 0 to 90 degree?
Any suggestion is appreciated.