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
There will be a maintenance on the server on November 14th 2025.
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: 12 years ago
Seen: 1,811 times
Last updated: Apr 07 '15
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.