Re: Wrap by plot by 90?
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Fri, 4 Jul 2008 15:53:31 +0000 (UTC)
In article <g4k2tb$da1$1@xxxxxxxxxxxxxxxxxx>, Ci Xang <c.xmg@xxxxxxx> wrote:
Try to use the 360-deg scale (270 180 90) for (-90 -180 90)
instead of the plus/minus 180-deg scale. Just add 360 to
(-90 -180 90) and then set(gca, 'XDir', 'reverse'). Matlab
would not allow non-monotonically increasing axis values for
the case of the (-90 180 90 deg) scale. I wish it could and
thus would allow more of us to customize the axes (hint for
next R200x version)!
Axes can, however, be relabelled arbitrarily by setting the
XTick, YTick, or ZTick properties to the locations you want the
labels to appear (locations in terms of the data coordinates you
handed to the plotting routines), and setting the XLabel, YLabel,
or ZLabel properties to the strings you want those labels to show up as
on the graph.
--
"The first draught serveth for health, the second for pleasure,
the third for shame, the fourth for madness." -- Sir Walter Raleigh
.
- References:
- Wrap by plot by 90?
- From: Joh Yhan
- Re: Wrap by plot by 90?
- From: Joh Yhan
- Re: Wrap by plot by 90?
- From: Joh Yhan
- Re: Wrap by plot by 90?
- From: Ci Xang
- Wrap by plot by 90?
- Prev by Date: Re: try statement nested in for statement
- Next by Date: Re: How to retrive random values from a given matrix
- Previous by thread: Re: Wrap by plot by 90?
- Next by thread: bwboundaries
- Index(es):
Relevant Pages
|