LongitudeFormatter

class LongitudeFormatter(*args, **kwargs)[source]

Bases: proplot.ticker._CartopyFormatter, cartopy.mpl.ticker.LongitudeFormatter

A formatter for longitude gridlines. Adapted from cartopy.mpl.ticker.LongitudeFormatter.

Parameters

dms (bool, optional) – Locate the ticks on clean degree-minute-second intervals and format the ticks with minutes and seconds instead of decimals. Default is False.