LatitudeLocator

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

Bases: proplot.ticker.DegreeLocator

A locator for latitude gridlines. Adapted from cartopy.

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.