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

top adjoint doesn't work in bokeh #1478

Closed
majidaldo opened this issue May 23, 2017 · 2 comments
Closed

top adjoint doesn't work in bokeh #1478

majidaldo opened this issue May 23, 2017 · 2 comments
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@majidaldo
Copy link

import holoviews as hv
hv.notebook_extension('bokeh')
hv.AdjointLayout([hv.Curve([0,1,1,2,3]), hv.Empty() ,hv.Curve([0,1,1,0,1])])

flawed with mpl backend but with bokeh it's not even trying.

image

@philippjfr
Copy link
Member

We never tested AdjointLayouts with empty plots, this could be a HoloViews issue but it might very well be the bokeh layout solver getting into a weird state. Will have to investigate.

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Jun 15, 2017
@philippjfr philippjfr added this to the v1.8 milestone Jun 15, 2017
@philippjfr
Copy link
Member

This has been fixed by the PR referenced above. Please reopen if you encounter any other issues.

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