hvplot
hvplot copied to clipboard
hvplot() on an xarray.Dataset object with multiple data_vars generate an histogram
import xarray as xr
ds = xr.tutorial.scatter_example_dataset()
ds['A'] = ds['A'] + 1000
ds.hvplot()
Is this supported or it just actually happens to work? If it's supported the xlabel is wrong.