| mollview([map, fig, rot, coord, unit, ...]) | Plot an healpix map (given as an array) in Mollweide projection. |
| gnomview([map, fig, rot, coord, unit, ...]) | Plot an healpix map (given as an array) in Gnomonic projection. |
| cartview([map, fig, rot, zat, coord, unit, ...]) | Plot an healpix map (given as an array) in Cartesian projection. |
| graticule([dpar, dmer, coord, local]) | Draw a graticule on the current Axes. |
| delgraticules() | Delete all graticules previously created on the Axes. |
| projplot(*args, **kwds) | projplot is a wrapper around matplotlib.Axes.plot() to take into account the |
| projscatter(*args, **kwds) | Projscatter is a wrapper around matplotlib.Axes.scatter() to take into account the |
| projtext(*args, **kwds) | Projtext is a wrapper around matplotlib.Axes.text() to take into account the |