• Remix
  • Share
  • New Entry

  • Jr

  • /
  • Sakura branch

on 10 Oct 2021
  • 71
  • 131
  • 0
  • 0
  • 279
U=@(p)p+.6i*diff(p)*[0;4;4-i+i^cos(36*norm(p))^.8];
f=@(P,c,C)[P(1),c;C{~c+1}(U(P(2:3)),c-1,C);C{~c+1}(U(P([3,5])),c-1,C);P(4),c];
E=f(U(0:1),15,{f,@(P,c,C)[]});
e=E(:,1);
l=~E(:,2);
R=real(e);
I=imag(e);
fill(R,I,[18,7,7]/100);hold;
Current plot held
scatter(R(l),I(l),10,.3*sin(abs(e(l)))+[8,2,6]/9,'h');
axis off;
Remix Tree