• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 7
  • 147
  • 2
  • 0
  • 259
imagesc(invhilb(8)<0)
colormap([8,5,3
9,8,7]/10)
axis square xy
p=[' ','♔':'♟'];
%{
♚ 8 ♛ 9 ♜ A ♝ B ♞ C ♟ D
♔ 2 ♕ 3 ♖ 4 ♗ 5 ♘ 6 ♙ 7
empty 1
%}
b=hex2dec('471111da671111dc511d11db31171119271111d857611cdb171111d1471111da11111117'.');
for i=1:nnz(b)
text(ceil(i/8),mod(i-1,8)+1,p(b(i)),"FontSi",25,"Ho","c")
end
xticklabels(('a':'h')')
Remix Tree
Load full remix tree