In a timestamp vs value XY line plot which plots past data along with current day’s data, I want the line color to be different for the line parts that represents current day data and past data.
How can I do this in bokeh?
Thank you
In a timestamp vs value XY line plot which plots past data along with current day’s data, I want the line color to be different for the line parts that represents current day data and past data.
How can I do this in bokeh?
Thank you
Two options off the top of my head:
multi_line, put color values in your data source, and point the color argument of multi_line to that column