Skip to content

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

@maximlt

Description

@maximlt
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    [OLD] type: discussionOld labels for Discussion-type issues. Convert new Issues of this type to GitHub Discussions.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions