This would do levelplot(m, xlab="", ylab="") F zacher at lmb.uni-muenchen.de wrote: > Dear mailing list, > > I am trying to find out, how do a levelplot without labels on the x- and y-axis. > The labels=FALSE does not work...can anyone help me? > > m <- matrix(1:25, ncol=5) > levelplot(m, labels=F) > > Regards, > > Benedikt >