Skip to main content

All Questions

Tagged with
3 votes
1 answer
3k views

How to plot celestial equator in galactic coordinates? Why does my plot appear "backwards"? [duplicate]

I'm trying to plot celestial equator in galactic coordinates. Here is my code (based on this answer): ...
Michael Belvedersky's user avatar
0 votes
2 answers
6k views

How to create 3D animation of particles position vs time in python?

I am trying to make a 3-D animation of stars' position vs time. I have the information of the stars' x, y and z co-ordinates over time. I was looking at the example of Matplotlib and did understood ...
Arpan Das's user avatar
  • 187