help-octave
[Top][All Lists]
Advanced

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

Re: set(gca, 'FontSize', fs)


From: Michael Goffioul
Subject: Re: set(gca, 'FontSize', fs)
Date: Mon, 30 Jan 2012 18:34:34 +0000

On Mon, Jan 30, 2012 at 6:30 PM, Muhali <address@hidden> wrote:
> Why does the set(gca, 'FontSize',...) command affect tick-lables but not axis
> labels?
>
> This is also matlab behavior, but I find it somewhat counterintuitive.

Because labels are separate objects with their own property set. Tick
labels are part of the axes object. It makes perfectly sense not to
bind tick labels and axis labels together: it is not uncommon to have
a larger font size for the axis labels than the tick labels.

Michael.


reply via email to

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