Compass plotting- can you get rid of the grid or set the radial tick line?
    3 次查看(过去 30 天)
  
       显示 更早的评论
    
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 个评论
回答(1 个)
  ag
      
 2025-5-7
        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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

