• Remix
  • Share
  • New Entry

on 27 Oct 2021
  • 5
  • 120
  • 0
  • 0
  • 276
P('ILLUMINATING','13-0647',[.97 .87 .3],0);
P('ULTIMATE GRAY','17-5104',[.56 .57 .59],1.2);
function P(m,n,c,i)
e='edgec';
a=[0 0 1 1];
b=[0 1 1 0];
patch(b+i,2*a,'w',e,'n');
patch(b*.8+.1+i,1.6*a+.3,c,e,'n');
axis equal off;
text(.1+i,.21,m,'fontw','b');
text(.1+i,.11,n);
set(gcf,'color','k');
end
Remix Tree
Load full remix tree