answered 9 years ago
Actually, you can use the method set_legend_options() to change the size of labels:
set_legend_options()
p = plot(x, legend_label='aha') p.set_legend_options(font_size=24)