Closed maajdl closed 6 years ago
Marking as a bug, for now you can do this:
hv.Text(0.5,0.5, "test").opts(style=dict(text_font_size='40pt'))
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello,
I realized that the fontsize parameter had no effect in this statement when using Bokeh:
hv.Text(0.5,0.5, "test", fontsize=40)
Any idea how I could work around this?
Thanks,
Michel