How can I add HTML annotations in Bokeh?

后端 未结 0 1852
失恋的感觉
失恋的感觉 2021-01-31 02:07

I would like to add HTML to the annotations in a Bokeh plot.

For instance:

from bokeh.models import Label,Title

p = figure(...)
mytext = Label(x=70, y=70,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题