xarray.plot.FacetGrid.map_dataarray (original) (raw)

FacetGrid.map_dataarray(func, x, y, **kwargs)[source]#

Apply a plotting function to a 2d facet’s subset of the data.

This is more convenient and less general than FacetGrid.map

Parameters:

Returns:

self (FacetGrid object)