label font size
Ben Abbott
bpabbott at mac.com
Sat May 3 22:25:52 CDT 2008
On May 3, 2008, at 10:59 PM, Peter Jung wrote:
> Hi
> How can I change the label font size in a plot created
> with the plot-command?
>
> Thanks
I assume you are referring to xlabel and/or ylabel?
I'm running developers version of the sources which I compiled today.
This works for me
> hx = xlabel ("my xlabel");
> set (hx, "fontsize", 14)
This does as well
> xlabel ("my label", "fontsize", 14)
Ben
More information about the Help-octave
mailing list