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

Fixed bug streaming SpreadPlot data #2951

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Fixed bug streaming SpreadPlot data #2951

merged 1 commit into from
Aug 20, 2018

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr added type: bug Something isn't correct or isn't working tag: backend: bokeh labels Aug 20, 2018
@philippjfr
Copy link
Member Author

Ready to merge.

@@ -483,6 +483,8 @@ class SpreadPlot(ElementPlot):
style_opts = line_properties + fill_properties
_plot_methods = dict(single='patch')

_stream_data = False # Plot does not support streaming data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was very confusing until I realized this might refer to the bokeh use of the word 'streaming'.

@jlstevens
Copy link
Contributor

jlstevens commented Aug 20, 2018

Looks good. The comment would be clearer if it said '# Plot does not support continuous bokeh streaming' (or similar) but that is a very minor complaint. Merging.

@jlstevens jlstevens merged commit 945fc91 into master Aug 20, 2018
philippjfr added a commit that referenced this pull request Oct 25, 2018
@philippjfr philippjfr added this to the v1.10.8 milestone Oct 25, 2018
@philippjfr philippjfr deleted the spread_stream_bug branch November 12, 2018 18:01
Copy link

This pull request 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

Successfully merging this pull request may close these issues.

2 participants