LatitudeFormatter

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

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

A formatter for latitude gridlines. Adapted from cartopy.mpl.ticker.LatitudeFormatter.

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.