Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve array-like handling for x and y inputs #714

Merged
merged 3 commits into from
May 6, 2022

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Mar 20, 2022

Fixes #713

Properly one of the simplest ways to support array-like in hvplot.

@jbednar jbednar requested a review from philippjfr March 22, 2022 09:55
@jlstevens jlstevens closed this May 5, 2022
@jlstevens jlstevens reopened this May 5, 2022
@maximlt
Copy link
Member

maximlt commented May 6, 2022

Thanks @hoxbro for the initial push, I've just added a utility function that checks if an object is list-like (basically copied from pandas) instead of relying on checking for the all method.

@maximlt maximlt merged commit 08d1685 into holoviz:master May 6, 2022
@hoxbro hoxbro deleted the improve_array_like branch May 6, 2022 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve handling of arraylike as input for hvplot
3 participants