Question: Changing Polar Unit

Hi,

I am using the following to generate a simple polar plot.

with(plots)

polarplot(4, coordinateview = [0 .. 6, 0 .. 2*Pi], thickness = 3)

 

NULL

Download polar.mw

By default, the radian measure is in multiples of Pi/16. Can that be changed to have the plot displayed with multiples of Pi/12?

Thanks!

Please Wait...