xarray.DataArray.qshow

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

Visualize the data interactively.

Data with two to four dimensions is opened with erlab.interactive.imagetool.itool(). Other dimensionalities are passed to DataArray.hvplot and require hvplot.

Parameters:
  • *args – Positional arguments passed onto the interactive visualization function.

  • **kwargs – Keyword arguments passed onto the interactive visualization function.

Returns:

object – The return value from erlab.interactive.imagetool.itool() or DataArray.hvplot, depending on the number of dimensions.