argopy.plot.latlongrid#

latlongrid(ax, dx='auto', dy='auto', fontsize='auto', label_style_arg={}, **kwargs)[source]#

Add latitude/longitude grid line and labels to a cartopy geoaxes

Parameters:
  • ax (cartopy.mpl.geoaxes.GeoAxesSubplot) – Cartopy axes to add the lat/lon grid to

  • dx ('auto' or float) – Grid spacing along longitude

  • dy ('auto' or float) – Grid spacing along latitude

  • fontsize ('auto' or int) – Grid label font size

Returns:

class

Return type:

cartopy.mpl.geoaxes.GeoAxesSubplot.gridlines