First time here? Check out the FAQ!
answered 2015-03-22 23:07:15 +0100
Use the function set_legend_options as follows:
g = plot(sin, 0, pi, legend_label='$sin(x)$', fontsize=28) g.set_legend_options(font_size=28) show(g)