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

cols not lining up in bokeh #1489

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

cols not lining up in bokeh #1489

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

Comments

@majidaldo
Copy link

whist = hv.Curve(np.random.normal(size=100)).hist()
wohist = hv.Curve(np.random.normal(size=200))
hv.notebook_extension('bokeh')  # ok in mpl
#(whist + wohist).cols(1) #ok
(wohist + whist).cols(1) #not ok

image

@majidaldo majidaldo changed the title cols not ligning up in bokeh cols not lining up in bokeh May 25, 2017
@philippjfr
Copy link
Member

Woah, that's pretty odd, what's your bokeh version?

@majidaldo
Copy link
Author

most recent 0.12.5

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

No branches or pull requests

2 participants