| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.