sky_point

gdt.core.plot.lib.sky_point(x, y, ax, flipped=True, frame='equatorial', **kwargs)[source]

Plot a point on the sky.

Parameters:
  • x (float) – The azimuthal coordinate, in degrees

  • y (float) – The polar coordinate, in degrees

  • ax (matplotlib.axes) – Plot axes object

  • flipped (bool, optional) – If True, the azimuthal axis is flipped, following equatorial convention

  • frame (str, optional) – Either ‘equatorial’, ‘galactic’, or ‘spacecraft’. Default is ‘equatorial’

  • **kwargs – Other plotting options

Returns:

(matplotlib.collections.PathCollection)