- /
-
Polar clock
on 19 Oct 2021
- 10
- 210
- 1
- 0
- 280
a=polaraxes(ThetaMinorT=1,TickLe=[.05 0],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=4) % polarplot() is better but more char
plot(a,[p,p]/2,[0,.9],LineW=4) % polarplot() is better but more char
% Undocumented: Change alpha of theta axis
drawnow
set(a.ThetaAxis.NodeChildren(3:5),ColorT='truecolor')