Skip to content

live_plot broken with latest holoviews and bokeh #166

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

Closed
basnijholt opened this issue Mar 19, 2019 · 1 comment
Closed

live_plot broken with latest holoviews and bokeh #166

basnijholt opened this issue Mar 19, 2019 · 1 comment
Labels

Comments

@basnijholt
Copy link
Member

I am not sure what version exactly result in the broken live_plot, but it is because of

Run in one cell

def plot_generator():
    while True:
        yield hv.Curve(np.random.rand(10))

dm = hv.DynamicMap(plot_generator(),
                   streams=[hv.streams.Stream.define('Next')()])
dm

then dm.event() has no effect and nothing appears in the JS console.

For now calling hv.streams.Stream.trigger(dm.streams) works.

@basnijholt
Copy link
Member Author

basnijholt commented Mar 20, 2019

Closed by b7623da.

I released v0.7.5.

basnijholt added a commit that referenced this issue Mar 20, 2019
basnijholt added a commit that referenced this issue May 8, 2019
@basnijholt basnijholt added the bug label Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant