xarray.Dataset.qshow.hvplot¶
- Dataset.qshow.hvplot(*args, **kwargs)[source]¶
hvplot-based interactive visualization.
This method is a convenience wrapper that handles importing
hvplot.- Parameters:
*args – Positional arguments passed onto
Dataset.hvplot.**kwargs – Keyword arguments passed onto
Dataset.hvplot.
- Raises:
If hvplot is not installed.