Hello, On Wed, Oct 7, 2009 at 2:01 PM, McDonald, Grant <grant.mcdonal...@imperial.ac.uk> wrote: > > > > Dear Sir,
Well, I'm not a "sir" but perhaps I can help anyway. > Is it possible to place the legend out side of figure axes on the white area > around all three panels? > Any help would be greatly appreciated. Like this: plot(1:10, 1:10) par(xpd=NA) legend(locator(), "nothing", pch=1) Or instead of locator(), a function that lets you use a mouse click to select a point, you can use par("usr") to learn the current coordinate system, and select a value outside of that range. Sarah -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org 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.