Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!f40g2000pri.googlegroups.com!not-for-mail
From: Michael <michael.j.krause@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: boxplot
Date: Fri, 14 Nov 2008 09:54:47 -0800 (PST)
Organization: http://groups.google.com
Lines: 11
Message-ID: <ea95e2c9-ab47-44b1-9012-c5e9d1512f61@f40g2000pri.googlegroups.com>
References: <gfk36r$bca$1@fred.mathworks.com>
NNTP-Posting-Host: 63.193.205.1
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1226685287 17701 127.0.0.1 (14 Nov 2008 17:54:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 14 Nov 2008 17:54:47 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: f40g2000pri.googlegroups.com; posting-host=63.193.205.1; 
	posting-account=onjV8goAAABhFDzsRRtZ6vrubLrhpq0C
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 
	1.1.4322; .NET CLR 2.0.50727; InfoPath.1),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:500870


On Nov 14, 6:50=A0am, "Thamar van Esch" <thamarvane...@gmail.com> wrote:
> Is there a way to control the y-axis features in boxplot? I would like to=
 change the label ('Values' is default) and set the scale manually, but the=
 regular 'set(gca,...)' does not work for boxplot.
>
> Thanks

a=3D[1;2;3]
ah=3Daxes
boxplot(a)
ylabel(ah,'These are my values')