Robin Hankin wrote: > How do I draw non-square matrices with image() and get the axes right?
> Try 2: > > image(1:20,1:5,a,asp=1,axes=F,xlab="label here") > axis(side=1,pos=0) > # No good because the x axis label is floating far from the x axis. Its only no good if your plot device isnt a similar aspect ratio to your plot... Resize your graphics window and your label will float around... Barry ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
