healpy.visufunc.graticule

healpy.visufunc.graticule(dpar=None, dmer=None, coord=None, local=None, **kwds)

Draw a graticule on the current Axes.

Parameters :

dpar, dmer : float, scalars

Interval in degrees between meridians and between parallels

coord : {‘E’, ‘G’, ‘C’}

The coordinate system of the graticule (make rotation if needed, using coordinate system of the map if it is defined).

local : bool

If True, draw a local graticule (no rotation is performed, useful for a gnomonic view, for example)

See also

delgraticules

Notes

Other keyword parameters will be transmitted to the projplot function.

Project Versions

Previous topic

healpy.visufunc.cartview

Next topic

healpy.visufunc.delgraticules

This Page