有没有办法改变字体或颜色
bokeh.models.widgets.markups.PreText
from bokeh.models.widgets import PreText
from bokeh.plotting import show
mytext = PreText()
mytext.text = "Text in black"
show(mytext)
慕斯709654
相关分类