bogdan romocea wrote: > plot(1:10,axes=FALSE) > axis(1,at=1:10,labels=10:1) > axis(2,at=1:10,labels=5*10:1) > box() Thanks.