mosaic.polypcolor#
- mosaic.polypcolor(ax, descriptor, array, **kwargs)#
Create a pseudocolor plot of a unstructured MPAS grid.
The unstructured grid is specified by passing a
Descriptorobject as the second parameter. Seemosaic.Descriptorfor an explanation of what theDescriptoris and how to construct it.- Parameters:
ax (
matplotlib axes object) – Axes, or GeoAxes, on which to plotdescriptor (
Descriptor) – An already createdDescriptorobjectarray (
DataArray) – The color values to plot. Must have a dimension named eithernCells,nEdges, ornVertices.other_parameters – All other parameters are the forwarded to the
PolyCollectioncreation.