- /
-
Lake view to the West
on 11 Oct 2021
- 145
- 942
- 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;
ylim([350 650]);
xlim([95 410]);
axis off