• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 145
  • 910
  • 1
  • 0
  • 280
a=508;
X=linspace(-164,164,a);
[t,r]=cart2pol(X,X'-140);
b=flip(pink.*autumn);
c=rescale(b,0,.93);
j=[1 1 .9];
colormap([j;b(1:2:end,:);j;j;j;j;j;c(1:2:end,:)]);
s=r;
s(s<8)=1;
for k=1:508
f(k,:)=circshift(s(460,:),round(15*(rand-.5)),2)+k/6-5;
end
image([s;f]);
hold;
Current plot held
ylim([350 650]);
xlim([95 410]);
axis off
Remix Tree