Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe03.iad.POSTED!7564ea0f!not-for-mail
From: Walter Roberson <roberson@hushmail.com>
Organization: Canada Eat The Cookie Foundation
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: Font Size adjustment in Figure label and scale
References: <gdd71j$6ln$1@fred.mathworks.com>
In-Reply-To: <gdd71j$6ln$1@fred.mathworks.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 10
Message-ID: <xVtKk.1666$JT3.1133@newsfe03.iad>
NNTP-Posting-Host: 24.79.146.116
X-Complaints-To: internet.abuse@sjrb.ca
X-Trace: newsfe03.iad 1224370909 24.79.146.116 (Sat, 18 Oct 2008 23:01:49 UTC)
NNTP-Posting-Date: Sat, 18 Oct 2008 23:01:49 UTC
Date: Sat, 18 Oct 2008 18:01:56 -0500
Xref: news.mathworks.com comp.soft-sys.matlab:495999


Peter Schreiber wrote:

> Does somebody know how to adjust the font size for figure labes, and also the scale on the figure?
> The default is 10 but I would like to set it to 16.

> I tried the following, but it didn't work.

> set(gcf,'FontSize',16)

set(findobj(gcf,'Type','text'),'FontSize',16)