r-devel, os x 10.3.1, tcl/tk 8.5 (unix and aqua), "gifi" setup
=======================================================
plot(1:10)
library(tcltk)
demo(tkdensity)

works from Terminal, XTerm, and using ESS in Carbon Emacs, X11 Emacs,
XTerm Emacs,  Terminal Emacs, using X11 graphics throughout.
=======================================================
x11()
plot(1:10)

works from RAqua using X11.
=======================================================
library(tcltk)
demo(tkdensity)

in RAqua starts things, messes up the menus, and clobbers most of the mouse
interaction. Not usable.
=======================================================
library(tcltk)
tkStartGUI()
demo(tkdensity) in tkStartGUI


works OK in RAqua. Hack !
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical Software
US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: [EMAIL PROTECTED]
homepage: http://gifi.stat.ucla.edu
------------------------------------------------------------------------ -------------------------
No matter where you go, there you are. --- Buckaroo Banzai
http://gifi.stat.ucla.edu/sounds/nomatter.au


______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to