help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: label font size


From: Ben Abbott
Subject: Re: label font size
Date: Sat, 3 May 2008 23:25:52 -0400


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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]