multicolorfits.overlays.apply_overlays#
- multicolorfits.overlays.apply_overlays(ax, header=None, *, compass=False, beam=False, scale_bar=False, compass_loc='lower left', beam_loc='lower left', beam_style='crosshair', scale_bar_asec=0.0, scale_bar_loc=4, warn_missing=True, **kwargs)[source]#
Apply selected skyplothelper overlays to an existing axes.
Returns a list of overlay artists / handles created. When
skyplothelperis not installed and warn_missing is True, emits aUserWarningand returns an empty list.