Add an easy way to plot the Solar System
See original GitHub issue🎯 Goal
In the same way that there are example orbits, it would be nice to be able to plot the whole Solar System in an easy way, with appropriate colors and labels.
💡 Possible solutions
📋 Steps to solve the problem
- Comment below about what you’ve started working on.
- Add, commit, push your changes
- Submit a pull request and add this in comments -
Addresses #<put issue number here>
- Ask for a review in comments section of pull request
- Celebrate your contribution to this project 🎉
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
HOW TO DRAW THE SOLAR SYSTEM! | Step by ... - YouTube
HOW TO DRAW THE SOLAR SYSTEM ! | Step by Step Easy Drawing for Kids | Learn Planet Names and Colors. 1.9M views...
Read more >Build a Solar System Model | Exploratorium
Fill in the diameter of the Sun you want your model to be scaled by. · Click on the "Calculate" button. · Notice...
Read more >How to Draw the Solar System: 14 Steps (with Pictures)
1. Draw the Sun near the left side of the page. The sun is the largest body in the solar system, so draw...
Read more >How to Make a Solar System Model (with Pictures) - wikiHow
1. Find a cardboard box. The planets in your solar system model will hang down inside this box. You'll need to fit nine...
Read more >Draw the Solar System in Python | Beginner Python Graphics
Step 1. Make lists of the different distances, radii, and colors of the planets you require. · Step 2. Draw the Sun in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My problem with the first approach is that
solar_system
would be a list ofOrbit
objects, while the rest of the objects in that module areBody
es. The second looks cleaner to me.Closed in #304