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

DynamicMap does not support AdjointLayout #6441

Open
ahuang11 opened this issue Nov 7, 2024 · 0 comments
Open

DynamicMap does not support AdjointLayout #6441

ahuang11 opened this issue Nov 7, 2024 · 0 comments

Comments

@ahuang11
Copy link
Collaborator

ahuang11 commented Nov 7, 2024

import holoviews as hv

def test():
    return hv.Points([0, 1, 2]) << hv.Bars([0, 1, 2]) << hv.Curve([0, 1, 2])

hv.DynamicMap(test)

TypeError: DynamicMap does not accept AdjointLayout type, data elements have to be a ('ViewableElement', 'NdMapping', 'Layout').

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

No branches or pull requests

1 participant