Size of Labels on a Plot
dear all:
I'd like to know if there is any way to change the size of the font of labels (in a plot) without changing the size of the numbers on the ticks.
Thank you
I just found this when trying to solve a similar problem. I also found a solution at http://www.sagemath.org/doc/reference... 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)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 11 years ago
Seen: 1,579 times
Last updated: Apr 07 '15