How can I change the spacing between gridlines on a polar plot?

Respuestas (1)

Walter Roberson
Walter Roberson el 12 de Nov. de 2013
polar() makes no provision for changing this.
If you want to do it then you will need to read through polar.m and see how it constructs multiple axes, and how it constructs the circles as lines on the plot. Then either copy the source to polar into a new function and modify it for your needs, or else use polar as always but afterwards find the hidden axes and remove the drawn circles and draw new ones.

Categorías

Más información sobre Polar Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 12 de Nov. de 2013

Respondida:

el 12 de Nov. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by