Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Ticks on dual axis ...
Date: Fri, 7 Dec 2007 04:45:37 +0000 (UTC)
Organization: University of Memphis
Lines: 32
Message-ID: <fjaj5h$bll$1@fred.mathworks.com>
References: <fja7ik$4fg$1@fred.mathworks.com> <fjac16$5sr$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 1197002737 11957 172.30.248.38 (7 Dec 2007 04:45:37 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 7 Dec 2007 04:45:37 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 233092
Xref: news.mathworks.com comp.soft-sys.matlab:441301



"Steven Lord" <slord@mathworks.com> wrote in message
<fjac16$5sr$1@fred.mathworks.com>...
> 
> "Paul " <par@ceri.memphis.edu> wrote in message 
> news:fja7ik$4fg$1@fred.mathworks.com...
> > I'm plotting dual axis (left, right) and I need to
> > selectively remove the tick marks from opposite axis or the
> > plot looks like someone tried to zip together two unequal
> > zippers.
> >
> > In other words, I only want ticks on the left hand side of
> > the plot and NOT the right hand side  (and vice versa for
> > the right had plot).
> >
> > Is there some kind of 'mirror' option in axes that will
> > allow this?  I can't find anything and the only remaining
> > option is to export to Adobe and treat/amend the figure as
> > artwork.
> 
> It sounds like you want PLOTYY.
> 
> -- 
> Steve Lord
> slord@mathworks.com 
> 
> 

No ... I tired plotyy and found that I had lack of control
over the axis. 

All I want is to turn of the ticks on opposing axis!  Is
that too much to ask from a plotting routine?