- /
-
The Pineapple King
on 10 Oct 2021
- 4
- 25
- 2
- 0
- 132
[x,y]=meshgrid(0:15,0:15);
w=x+1i*y;
w=w+w.^2;
h = voronoi(real(w),imag(w),'w');
set(h(2),'LineWidth',2)
set(gcf,'Color','red')
axis equal off