- /
-
swiss_watch
on 19 Oct 2021
- 7
- 94
- 0
- 0
- 280
a=polaraxes(ThetaMinorT=2,TickLe=[.5 10],RTick=[],ThetaD='cl',Rl=[0,1.2],ThetaTickL={});
grid % off
hold on
p=pi;
v=[3:12,1:2];
text(0:p/6:6,v./v,string(v),Ho='c',FontSi=18)
plot(a,[p,p]/12,[0,.6],LineW=8)
plot(a,[p,p]/2,[0,.9],LineW=8)
drawnow
set(a.ThetaAxis.NodeChildren(3:5),ColorT='truecolor')