Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Ticks on dual axis ...
Date: Mon, 24 Mar 2008 22:06:30 +0000 (UTC)
Organization: Mitre Corp
Lines: 13
Message-ID: <fs98l6$t3o$1@fred.mathworks.com>
References: <fja7ik$4fg$1@fred.mathworks.com> <fjac16$5sr$1@fred.mathworks.com> <fjaj5h$bll$1@fred.mathworks.com> <fjbmn2$egl$1@fred.mathworks.com> <fs8rd3$b0f$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1206396390 29816 172.30.248.38 (24 Mar 2008 22:06:30 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 24 Mar 2008 22:06:30 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2318
Xref: news.mathworks.com comp.soft-sys.matlab:458928



"Joseph MacGregor" <blah@blah.com> wrote in message <fs8rd3
$b0f$1@fred.mathworks.com>...
> It would be a lot easier on everyone if there was simply a
> axis property switch to turn off the ticks on one side,
> rather than force the use of an awkward function like 
plotyy.
> 
> Thanks,
> 
> Joe

Once you have a handle to the Y axis you want, just set its 
Ytick property to an empty vector, [].