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 toDataArray.hvplotand 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 fromerlab.interactive.imagetool.itool()orDataArray.hvplot, depending on the number of dimensions.