xarray.plot.contourf (original) (raw)

xarray.plot.contourf(darray, *args, x=None, y=None, figsize=None, size=None, aspect=None, ax=None, row=None, col=None, col_wrap=None, xincrease=True, yincrease=True, add_colorbar=None, add_labels=True, vmin=None, vmax=None, cmap=None, center=None, robust=False, extend=None, levels=None, infer_intervals=None, colors=None, subplot_kws=None, cbar_ax=None, cbar_kwargs=None, xscale=None, yscale=None, xticks=None, yticks=None, xlim=None, ylim=None, norm=None, **kwargs)[source]#

Filled contour plot of 2D DataArray.

Wraps matplotlib.pyplot.contourf().

Parameters:

Returns:

artist – The same type of primitive artist that the wrapped Matplotlib function returns.