• Remix
  • Share
  • New Entry

on 27 Oct 2022
  • 0
  • 3
  • 8
  • 0
  • 280
%Peacock
%Z=-1.1+.020i;
Z=0i;
L=5
L = 5
m=2e3;
cx=-.5;
cy=-0.5;
S=3; % L z out
x=linspace(cx-S,cx+S,m);
y=linspace(cy-S,cy+S,m);
[X,Y]=meshgrid(x,y);
C=X+i*Y;
for k=1:L;
Z=-conj(Z).^Z*2+C;
W=exp(-abs(Z));
end
pcolor((W));
shading interp
axis([0 800 300 600]);
axis equal off
c=hsv(8);d=flip(c);
d=copper(5);e=autumn(8);
colormap([c;d;c;e]);
colormap([d;e;c])
Remix Tree
Load full remix tree