• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 3
  • 90
  • 0
  • 0
  • 279
image((invhilb(8)<0)+2);
colormap(copper(3));
set(1,"Color","#07b839");
axis square xy
p=repmat('♜♞♝♛♚♝♞♜♟♟♟♟♟♟♟♟',1,2);
% % columns: rows:
% b='12315668124567891434566812335678 11141131224222288788886877477777'-48
% % combine to "base64" encoding:
% b=char(b(35:66)+8*b(1:32)+40);
b='19A4QY[i2:LRZbjx8OHPX`^p7?DGW_go'-48;
t=@(K,C)text(ceil(b(K)/8)-.38,mod(b(K)-.95,8)+1,p(K),"FontSi",26,"Col",C);
for k=1:16
t(k,"w");
t(k+16,"k");
end
xticklabels(('a':'h')')
Remix Tree
Load full remix tree