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

    %% Rotate r-Axis Tick Labels
% Create a polar plot and rotate the _r_-axis tick labels 45 degrees
% counterclockwise.

polarplot(1:100)
rtickangle(45)