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

Adjoining with Empty fails when using DynamicMap #2274

Closed
jlstevens opened this issue Jan 26, 2018 · 1 comment
Closed

Adjoining with Empty fails when using DynamicMap #2274

jlstevens opened this issue Jan 26, 2018 · 1 comment
Labels
type: bug Something isn't correct or isn't working

Comments

@jlstevens
Copy link
Contributor

With a simple Image, I can do:

image

But if I use a DynamicMap it fails, for instance using regrid:

im = hv.Image(np.random.rand(100,100))
dmap = regrid(im)
dmap << hv.Empty() << dmap.hist(adjoin=False)

The exception says 'TypeError: Cannot append Empty to a AdjointLayout':

image

@jlstevens jlstevens added the type: bug Something isn't correct or isn't working label Jan 26, 2018
@philippjfr
Copy link
Member

Closed via #2275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants