def drawCatalog(self, ax=None):
if not ax: ax = plt.gca()
# Stellar Catalog
self._create_catalog()
healpy.projscatter(self.catalog.lon,self.catalog.lat,c='k',marker='.',lonlat=True,coord=self.gnom_kwargs['coord'])
ax.annotate("Stars",**self.label_kwargs)
评论列表
文章目录