• Remix
  • Share
  • New Entry

on 27 Oct 2021
  • 3
  • 6
  • 3
  • 0
  • 141
xlim([-1,1]);
ylim([-1,1]);
axis off
hold on
for i=0.5:.5:360
p=plot([sind(i),.9*sind(6*i)],[cosd(i),.9*cosd(6*i)],'Color',[0 0 0]);
p.Color(4)=0.2;
end
Remix Tree
Load full remix tree