You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The bokeh backend currently uses
color
as an alias for eitherline_color
andfill_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 online_color
orfill_color
. We should make sure that this is handled better.The text was updated successfully, but these errors were encountered: