The astropy documentation has an example on how to plot an image from a FITS file. The axis on the resulting plot correspond to the number of pixels, or data points. I would like the axis to indicate galactic coordinates instead.
Note that the header of my FITS file indicates all of the information regarding the position of the image on the sky. How do I get the plot to show real coordinates rather that number of pixels ?