help-octave
[Top][All Lists]
Advanced

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

DefaultAxesFontSize


From: Jonathan Stickel
Subject: DefaultAxesFontSize
Date: Fri, 18 Jul 2008 07:59:47 -0600
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

This is a bug (I think; it shouldn't be a "feature"). A work around can be obtained when printing to a file:

print -F:18 ...

In essence, AxesFontSize property affects all fonts except axes tick labels, and the print option only affects axes tick labels

Are the mainteners aware of this bug?  Is it fixed in 3.1.x?

Jonathan


On 7/18/08 address@hidden wrote:
Date: Thu, 17 Jul 2008 16:03:41 -0700
From: Shaun Jackman <address@hidden>
Subject: DefaultAxesFontSize
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=UTF-8; format=flowed

I can change the default text size:
set(0, "DefaultTextFontSize", 18)

but this does not affect the text associated with the axes' ticks.
set(0, "DefaultAxesFontSize", 18)
has no effect.

Any suggestions?

Thanks,
Shaun


reply via email to

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