xarray.DataArray.qplot

DataArray.qplot(*args, **kwargs)[source]

Plot the data.

Plots two-dimensional data using plot_array. For non-two-dimensional data, the method falls back to xarray.DataArray.plot().

Also sets fancy labels using fancy_labels.

Parameters:
  • *args – Positional arguments to be passed to the plotting function.

  • **kwargs – Keyword arguments to be passed to the plotting function.