- /
-
Psychedelic Sunflower
on 4 Oct 2021
- 9
- 64
- 0
- 0
- 206
n=(1:1500)' + 14.1521;
r=0.2569*sqrt(n);
t=mod(n*2.4,2*pi);
scatter(r.*sin(t),r.*cos(t),15,hsv2rgb([t/2/pi,r/10,0*r+1]),'filled');
set(gcf,'color','k','position',600*[0 0 1 1]); axis equal off; axis(11*[-1 1 -1 1]);