xarray.Dataset.qshow¶
- Dataset.qshow(*args, **kwargs)[source]¶
Visualize the data interactively.
An xarray-lmfit result is passed to
fit(). Other datasets are passed toitool().- Parameters:
*args – Positional arguments passed onto the interactive visualization function.
**kwargs – Keyword arguments passed onto the interactive visualization function.
- Returns:
object– The return value fromfit()oritool(), depending on the data variables in the dataset.