octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: direction of axes in spy


From: David Bateman
Subject: Re: Fwd: direction of axes in spy
Date: Tue, 29 May 2007 21:17:21 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

John W. Eaton wrote:
> On 29-May-2007, David Bateman wrote:
> 
> | c. wrote:
> | >
> | > Dear all,
> | > I recently saw a message about reversing the direction of axes in spy.m
> | > but with 2.9.12+ it still looks  different from Matlab,
> | > isn't the behaviour in the attached patch more compatible?
> | > c.
> | >
> | >
> | >
> | Seems fine to me... Though it might be better to not reverse the y-axis
> | by manipulation of the "axis" command but with the property you suggested..
> 
> I checked in the following change.  OK?
> 
> jwe
> 

Perhaps with the "ij" mode that should then read

  axis ([0, n+1, 0, m+1], "ij");

rather than

  axis ([0, n+1, m+1, 0], "ij");

D.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]