Compass plotting- can you get rid of the grid or set the radial tick line?

3 visualizaciones (últimos 30 días)
Roxana Richter
Roxana Richter el 14 de Abr. de 2015
Respondida: ag el 7 de Mayo de 2025
I am trying to get rid of or set the radius spacing in the graphs so that they have the same scaling.Is there a simple way to do either of these?

Respuestas (1)

ag
ag el 7 de Mayo de 2025
Hi Roxana,
To disable the radial tick line, you can set the polar plot property "RGrid", as off.
Furthermore, the tickvalues can be specified using the polar plot property "RTick".
For more details, please refer to the following MathWorks documentation: https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.polaraxes-properties.html
Hope this helps!

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by