[ESS] umlauts in graphics
Christian Montel
christian.montel at eligo.de
Thu Dec 15 19:37:03 CET 2005
Hi,
I've got a problem stuffing umlauts into my r graphics (please don't be
too angry if I missed the correct answer somewhere in the archives....).
Here's a minimal example:
DatMat <- rbind(c(67.42,91.24),c(67.14,90.81))
graphic <- barplot(DatMat,
beside=TRUE,
names.arg=c("Überlauf","Ärgernis"),
main="Übertitel",
ylim=c(0,100)
)
That snippet works fine in the R console (2.2.0), meaning it displays
the umlauts. Using Ess 5.2.11, the umlauts are quoted by squares in the
graphic. I use Emacs 21.3.1 and Windows2000. Can anyone give me a hint?
Thanks in advance,
Christian
--
Christian Montel
Eligo GmbH - Büro Berlin
Friedrichstr. 90
D - 10 117 Berlin
Fon (030) - 20 25 31 94
Fax (030) - 20 25 33 33
e - mail: christian.montel at eligo.de
http://www.eligo.de/
More information about the ESS-help
mailing list