- /
-
Kanji storm
on 14 Oct 2021
- 5
- 25
- 3
- 0
- 168
for j=1:16
for k=1:16
[x,y]=pol2cart(pi*j/8+k/10,k/24+1/3);
text(x/2+0.5,y/2+0.5,char(20000+(j-1)*16+k),'color',hsv2rgb([j/16,1-0.02*k,1]),'fontsize',k)
end
end
axis off equal
Image
