Path: news.mathworks.com!not-for-mail
From: "Mark Proulx" <mark.p.proulx@boeing.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to set font size in axis tick labels?
Date: Thu, 21 Aug 2008 23:21:01 +0000 (UTC)
Organization: Boeing Co
Lines: 19
Message-ID: <g8kt8t$f8o$1@fred.mathworks.com>
References: <g8kll6$4e7$1@fred.mathworks.com> <Kwmrk.101670$nD.18048@pd7urf1no>
Reply-To: "Mark Proulx" <mark.p.proulx@boeing.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1219360861 15640 172.30.248.35 (21 Aug 2008 23:21:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 21 Aug 2008 23:21:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 247963
Xref: news.mathworks.com comp.soft-sys.matlab:486757



Walter Roberson <roberson@hushmail.com> wrote in message 
<Kwmrk.101670$nD.18048@pd7urf1no>...
> Mark Proulx wrote:
> > How do I set the font size in my axis tick labels?
> 
> Set the FontSize property of the axes.
> 
> >> plot(rand(1,20));set(gca,'FontSize',3)
> 
> 
> -- 
> Q = quotation(rand);
> if isempty(Q); error('Quotation server filesystem 
problems')
> else sprintf('%s',Q), end

It worked great;  huge thanks!

Mark