xarray.DataArray.plot (original) (raw)

DataArray.plot(*, row=None, col=None, col_wrap=None, ax=None, hue=None, subplot_kws=None, **kwargs)[source]#

Default plot of DataArray using matplotlib.pyplot.

Calls xarray plotting function based on the dimensions of the squeezed DataArray.

Parameters: