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

Ensure color, line_color and fill_color are handled consistently in bokeh backend #795

Closed
philippjfr opened this issue Jul 18, 2016 · 2 comments

Comments

@philippjfr
Copy link
Member

The bokeh backend currently uses color as an alias for either line_color and fill_color. This is both for historical reasons (bokeh used to support it) and because it means that at least the colors can generally be preserved between matplotlib and bokeh. The recent batching code now means that when batched mode is activated only the color options works, overriding options set on line_color or fill_color. We should make sure that this is handled better.

@philippjfr philippjfr changed the title Ensure color, line_color and fill_color are handled consistently in bokeh Ensure color, line_color and fill_color are handled consistently in bokeh backend Jul 18, 2016
@philippjfr philippjfr added this to the v1.7.0 milestone Jul 20, 2016
@philippjfr philippjfr self-assigned this Mar 15, 2017
@philippjfr
Copy link
Member Author

We now handle all style options except for the marker on Points/Scatter consistently. This has been discussed in bokeh/bokeh#5884 and it seems they will go down a route of grouping over the datasource, which we already provide.

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 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant