mosaic.coastlines#
- mosaic.coastlines(ax, descriptor, color='black', **kwargs)#
Plot coastal outlines using the connectivity info from the MPAS mesh
- Parameters:
ax (
cartopy.mpl.geoaxes.GeoAxes) – The cartopy axes to add the coastlines to.descriptor (
Descriptor) – The descriptor containing the projection and dataset information.**kwargs – Additional keyword arguments. See
matplotlib.collections.Collectionfor supported options.