area chart alphas

i was curious about what is the best way to change the alphas for a high level area chart.

There does not seem to be an out of the box alpha for the area chart. maybe there is some sort of attribute i could access and adjust the alphas for my area chart.

[copied from Gitter]

There is definitely a trade-off in terms of ease of customizability with charts (does more for you up front but exposes less knobs and dials, fairly common trade off). I think there is an open issue for adding an alpha param to some of the charts. This would be a good task for a new contributor since it's pure python. In the mean time, you can either use bokeh.plotting or as you say set the alpha on the glyhph(s). So: look at plot.renderers find all the GlyphRenderer instances, for each of those, set .glyph.alpha

Thanks,

Bryan

ยทยทยท

On Nov 14, 2016, at 5:34 PM, Ryan Connolly <[email protected]> wrote:

i was curious about what is the best way to change the alphas for a high level area chart.

There does not seem to be an out of the box alpha for the area chart. maybe there is some sort of attribute i could access and adjust the alphas for my area chart.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/cbd49ba6-67b1-4819-8aa0-fde09c9fdbba%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.