-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
SVG backend not correctly coloring glyphs in legends #6775
Comments
Thanks for the detailed report @varchasgopalaswamy there's nothing we can do about it in time for the next release but I have slated it to be looked at for cc @canavandl |
Another, probably related bug - if you use the |
That sounds like it is probably related, and possibly points to an issue in the underlying third-party |
Although we probably need to make this clearer, the SVG output mode is really intended to support the generation of static image exports. That it "works" somewhat in the interactive case is purely an accident, and making it actually work comparable to standard HTML canvas for interactive use in real browsers is not a priority. |
In bokeh 0.12.6, trying to use the svg backend with a legend of multiple glyph colors sets all the glyphs to use the color of the last glyph loaded into the legend. What should happen is that I should see a red diamond and blue square, but instead when using the svg backend, you see a blue diamond and square in the legend.
gives
whereas
gives
as expected. I'm running this in a jupyter notebook, with python3.5.2, installed using conda4.3.24 on Firefox on RHEL7
The text was updated successfully, but these errors were encountered: