CodingTrain / CodingTrain/Suggestion-Box
Challenge Idea: Plotting Prime Numbers on a Polar Coordinate System
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Today, I came accross this reddit post by /u/its-notmyrealname on /r/dataisbeautiful: https://www.reddit.com/r/dataisbeautiful/comments/kn02gv/oc_distribution_of_prime_numbers_on_a_polar/
He plotted all prime numbers till 200,000 on a polar coordinate system, by drawing a point at the angle `p` with a distance of `p` where p equals the prime number. I think the result looks really pleasing. Like a spiral galaxy, far far away... :)
What about creating the same polar coordinate system using p5, with animations added so we can see the being generated over time?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.