• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 7
  • 122
  • 7
  • 0
  • 267
imagesc(invhilb(8)>0)
colormap([7,5,1;9,7,2]/10)
axis square
d='♖♘♗♕♔♗♘♖♙♜♞♝♛♚♝♞♜♟';
p=[];
for i=1:8
p(i,1)=text(i,1,d(i+9));
p(i,2)=text(i,2,d(18));
p(i,3)=text(i,7-2*(i==4),d(9));
p(i,4)=text(i,8,d(i));
end
set(p,"Horiz","cen","Vert","mid","FontSi",25)
xticklabels(num2cell('A':'H'))
Remix Tree
Load full remix tree