hipspy / hips

Python library to handle HiPS
https://hips.readthedocs.io
12 stars 16 forks source link

Provide example on how to plot image using Astropy visualization toolkit #131

Closed adl1995 closed 5 years ago

adl1995 commented 5 years ago

This PR updates the docs and adds a section named "Plot using Astropy visualization toolkit" in the "Getting started" page.

The result.plot() method is also updated as it now uses a boolean show_grid to turn off the tile boundaries grid (Cf. #130).

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.7%) to 95.629% when pulling 76f4841499aed2641de732fabb7ffa1b7d511552 on adl1995:docs/astropy-visualization into 023abe2e38be658cad66c87a7605b5c6ad9392d2 on hipspy:master.

cdeil commented 5 years ago

@adl1995 - Thanks!

I don't have time this week for proper review, but from a very quick look this looks great, and tests pass, so I'll just merge this in.