Compass plotting- can you get rid of the grid or set the radial tick line?
3 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
ag
on 7 May 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!
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!