On 7/11/2007, at 9:12 AM, Prof Brian Ripley wrote: > 1) Did you merge the resources or restart X? You need to in order > to get new resources to be recognized. > > xrdb -merge ~/.Xresources would be needed to merge resources into > the current X session.
No I didn't. Didn't know or didn't remember about the merge business. Dang! That works. But only for the auto-start device, not for x11(). > > I don't know if MacOS X11 is standard enough to support this, but > it is a very long-standing basic part of X11. > > 2) > options(device=function() x11(xpos=-1)) > plot(1:10) > > should work (does for me): it does not affect x11() in any way, > just the auto-start graphics device. Right. That works too. Missed the distinction between x11() and the auto-start device. Thanks very much. cheers, Rolf ###################################################################### Attention:\ This e-mail message is privileged and confid...{{dropped:9}} ______________________________________________ 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.