xarray.Dataset.qshow

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

Visualize the data interactively.

An xarray-lmfit result is passed to fit(). Other datasets are passed to itool().

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 fit() or itool(), depending on the data variables in the dataset.