pylegs.archive.PolygonMatcher.plot
-
PolygonMatcher.plot(labels: bool = True, show: bool = True, ax=None, title: str = 'Legacy Archive Search', tick_size: float = 10, label_size: float = 10, label_alpha: float = 0.8, invert_ra: bool = True, ra_unit: str = 'hourangle', dec_unit: str = 'deg', ra_decimal: bool = False, dec_decimal: bool = False, xticks: ~typing.Sequence[float] | ~astropy.units.quantity.Quantity = None, yticks: ~typing.Sequence[float] | ~astropy.units.quantity.Quantity = None, dpi: int = 150, figsize: ~typing.Tuple[float, float] = (6, 5), xlabel: str = 'RA', ylabel: str = 'DEC', xlim: ~typing.Tuple[float] | ~astropy.units.quantity.Quantity = None, ylim: ~typing.Tuple[float] | ~astropy.units.quantity.Quantity = None, xpad: float | ~astropy.units.quantity.Quantity = <Quantity 0. deg>, ypad: float | ~astropy.units.quantity.Quantity = <Quantity 0. deg>)