• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 6
  • 27
  • 0
  • 0
  • 131
theta = linspace(0,10*pi,1000);
for i=0:2*pi/3:2*pi-0.1
plot3(theta.*cos(theta+i),theta.*sin(theta+i),sqrt(theta)); hold on;
end
axis off;
Image
Remix Tree