Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!c19g2000prf.googlegroups.com!not-for-mail
From: avan <avan.sp@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Figure vs axis handles?
Date: Thu, 10 Apr 2008 07:31:09 -0700 (PDT)
Organization: http://groups.google.com
Lines: 26
Message-ID: <39ea46a8-5e83-4ead-8c54-23dc3967f055@c19g2000prf.googlegroups.com>
References: <ftl82n$efq$1@fred.mathworks.com>
NNTP-Posting-Host: 145.88.209.33
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1207837870 19892 127.0.0.1 (10 Apr 2008 14:31:10 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 10 Apr 2008 14:31:10 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: c19g2000prf.googlegroups.com; posting-host=145.88.209.33; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.13) 
Xref: news.mathworks.com comp.soft-sys.matlab:462213



On Apr 10, 4:26 pm, "David Doria" <daviddo...@gmail.com> wrote:
> f=figure;
> BottomLeftPlot = subplot('Position', [.05 .1 .4 .4]);
>
> I can set some properties like this:
> xlim(BottomLeftPlot, [-180 180]);
>
> and some like this:
> set(BottomLeftPlot, 'XLimMode', 'manual');
>
> but some dont work at all?
> set(BottomLeftPlot, 'YLabel', 'beta');
>
> Is there a good tutorial somewhere about which properties
> belong to the figure, which belong to the axis (or is it
> axEs?) and how to set them?
>
> Thanks!
>
> Dave

Yes, if you open the help browser and look under "Handle Graphics
Property Browser". Hope it helps.


avan