holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.7k stars 403 forks source link

hv.Text(0.5,0.5, "test", fontsize=40) fontsize has no effect (Bokeh) #1921

Closed maajdl closed 6 years ago

maajdl commented 7 years ago

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

philippjfr commented 7 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'))
github-actions[bot] commented 2 weeks ago

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.