1 | initial version |
I just found this when trying to solve a similar problem. I also found a solution at http://www.sagemath.org/doc/reference/plotting/sage/plot/graphics.html The save command takes the argument legend_font_size, e.g.:
p = plot(x, legend_label='aha')
p.save('a.png', legend_font_size=24)