Skip to content
Prev 65487 / 398525 Next

Reverse plot axes with xlim=rev(range(x)) fails with asp=1

Dear Roger,

Thank you for your suggestion and explanation, that was v. helpful.  I also
found the axTicks() command to help generate the normal sequences for tick
marks and labels used in your 'kludge' eg:
axis(2, at=axTicks(2), label=axTicks(2)*-1)

Many thanks,

Greg.
On 5/3/05 7:19 pm, "Roger Bivand" <Roger.Bivand at nhh.no> wrote: