First time here? Check out the FAQ!
answered 2015-04-07 21:27:01 +0100
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)