Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: text labels in bar plots
Date: Fri, 8 Aug 2008 16:09:01 +0000 (UTC)
Organization: University of Nottingham
Lines: 6
Message-ID: <g7hr2t$cqe$1@fred.mathworks.com>
References: <g7hqnn$8vh$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1218211741 13134 172.30.248.37 (8 Aug 2008 16:09:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 8 Aug 2008 16:09:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 781814
Xref: news.mathworks.com comp.soft-sys.matlab:484504



Use cell arrays as follows:


bar([3 4 5])
set(gca,'XTickLabel',{'me','myself','&I'})