- /
-
Holidays..Vacation..Let us fly to Paris..
on 26 Oct 2021
- 3
- 26
- 2
- 0
- 153
[x, y] = meshgrid(-8:0.25:8,-8:0.25:8);
R = (1./(x.^2+(y-1).^2).^(1/2)) * (1./(x.^2+(y+1).^2).^(1/2));
ribbon(R)
c=[1,0.78,0.49];
colormap(c)
view(-45,4)
axis off