Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!pd7cy1no!pd7cy2no!shaw.ca!pd7urf1no.POSTED!53ab2750!not-for-mail
X-Trace-PostClient-IP: 24.79.146.116
From: Walter Roberson <roberson@hushmail.com>
Organization: Canada Eat The Cookie Foundation
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to set font size in axis tick labels?
References: <g8kll6$4e7$1@fred.mathworks.com>
In-Reply-To: <g8kll6$4e7$1@fred.mathworks.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 12
Message-ID: <Kwmrk.101670$nD.18048@pd7urf1no>
Date: Thu, 21 Aug 2008 23:05:14 GMT
NNTP-Posting-Host: 24.66.94.143
X-Complaints-To: abuse@shaw.ca
X-Trace: pd7urf1no 1219359914 24.66.94.143 (Thu, 21 Aug 2008 17:05:14 MDT)
NNTP-Posting-Date: Thu, 21 Aug 2008 17:05:14 MDT
Bytes: 1258
X-Original-Bytes: 1215
Xref: news.mathworks.com comp.soft-sys.matlab:486755



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