• Remix
  • Share
  • New Entry

on 14 Oct 2021
  • 2
  • 9
  • 6
  • 0
  • 129
for j=1:32
for k=1:32
text(j*0.03,k*0.03,char(159+(j-1)*32+k),'color',hsv2rgb([j/32,1-0.02*k,1]),'fontsize',10)
end
end
axis off equal
Remix Tree
Load full remix tree