Is there a way to adjust the font / font size x_axis_labeland y_axis_labelin Bokeh (0.70)? I know a way to adjust the font size of the header using a property title_text_font_sizeusing:
figure (..., title_text_font_size="12pt")
Is there a way to specify something like:
figure (..., x_axis_label_text_font_size='10pt')
(using the <name>_text_font_size convention) to specify a font size property. The above did not work. If not, can someone give some guidance on how to make this adjustment in the cofeescript + API side of things, so what can contribute to the project? Thanks
source
share