hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

hvplot() on an xarray.Dataset object with multiple data_vars generate an histogram

Open maximlt opened this issue 4 years ago • 0 comments

import xarray as xr

ds = xr.tutorial.scatter_example_dataset()
ds['A'] = ds['A'] + 1000
ds.hvplot()
image

Is this supported or it just actually happens to work? If it's supported the xlabel is wrong.

maximlt avatar Sep 13 '21 17:09 maximlt