www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/RemoverAxisTickMarksAndGridLinesExample.m

    %% Remove _r_-Axis Tick Marks and Grid Lines
% Remove the tick marks and grid lines along the _r_-axis by specifying the
% tick values as an empty array.


polarplot(1:100)
rticks([])