Please review this project in github.
Feedback is appreciated.
Good project.
The line connecting the stars confused me at first but when I saw it in the 3D it help with the orientation.
I added a few star labels to the project but not as effective.
One thing I would add if I were you are x, y, and z axis labels like the following
ax.set_xlabel(“Projected Right Ascension”) # add x label
ax.set_ylabel(“Projected Declination”) # add y label
constellation3d.set_xlabel(“Projected Right Ascension”) # add x label
constellation3d.set_ylabel(“Projected Declination”) # add y label
constellation3d.set_zlabel(“Projected Distance”) # add y label