• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 0
  • 12
  • 0
  • 0
  • 206
hold on
n=5;
a=exp(i*pi/n/2);
plot(a*(a^(n-1)).^(1:(n+1)),'b-','marker','none')
axis off equal
for j=1:16
plot(0.8445-0.01*j^1.6,0.2-0.0125*j,'pb','markersize',sqrt(2)^j,'color',hsv2rgb([1-j/44,0.9-0.0125*j,1]))
end
Remix Tree