• Remix
  • Share
  • New Entry

on 11 Oct 2022
  • 7
  • 31
  • 0
  • 0
  • 106
n=2:200^2;
t=n(isprime(n));
polarscatter(t*180/pi,t,10,rand(length(t),3),'filled')
axis off
set(gcf,'Color','k')
Remix Tree