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

hv.Spread on streams.Buffer #2917

Closed
wabu opened this issue Aug 2, 2018 · 1 comment
Closed

hv.Spread on streams.Buffer #2917

wabu opened this issue Aug 2, 2018 · 1 comment
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Milestone

Comments

@wabu
Copy link

wabu commented Aug 2, 2018

hv.Spread does behave strange on streams.Buffer, creating strange shapes, but not a real spread.
Here's a minimal example

buffer = hv.streams.Buffer(pd.DataFrame({'mean': [], 'std': []}))
hv.DynamicMap(hv.Spread, streams=[buffer])
buffer.send(pd.DataFrame({'mean': [1, 2, 1, 4], 'std': [.5, .2, .1, .5]}, index=[0,1,2,3]))

streaming output

When plotting the buffers content, the correct spread is created:

hv.Spread(buffer.data)

normal output

Version: 1.10.7

@philippjfr philippjfr added type: bug Something isn't correct or isn't working tag: backend: bokeh labels Aug 2, 2018
@philippjfr philippjfr added this to the v1.11 milestone Aug 4, 2018
@philippjfr philippjfr modified the milestones: v1.11.0, v1.10.8 Oct 25, 2018
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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