• Remix
  • Share
  • New Entry

on 25 Oct 2021
  • 8
  • 58
  • 0
  • 0
  • 279
logo;
I=frame2im(getframe);clf;
hold;
Current plot held
colororder(turbo(10));
d=fft(eye(20));
d(:,10:12)=NaN;
plot(d,'Linew',2)
w=[-.2,.2];
image(w,-w,I);
axis equal off
t=0:.31:6;
[x,y]=pol2cart(t,t*0+1.1);
text(x,y,split('KSSV CB JV PP JB AD KM MPLN V Jr Elk DP BN JO SK NG H S M ST'),'Col','w','Ho','c','fontw','b');
% Uncomment this to get full names. I believe py() was added to illegal
% function list :(
%text(x,y,split(char(read(py.os.popen('wget -O- tinyurl.com/8d2yu2m'))),','),'Col','w','Ho','c','fontw','b');
Remix Tree
Load full remix tree