Hello
is there a way how to print text (My Font and Size) over Figure? to look like this:
Im interested in the “50%” and another smaller text
Thank you
Jan
Hello
is there a way how to print text (My Font and Size) over Figure? to look like this:
Im interested in the “50%” and another smaller text
Thank you
Jan
I would look at the Text
glyph, i.e. p.text(...)
if using the bokeh.plotting
API. After the the 3.1. release in the next few days, the text glyph will have even more options. Another option is Label
for a single text label. There are a number of examples of both in the examples
dir.