Hi

I tried to plot something simple

x=c('2010-08-20', '2010-08-30')
y = c(1,2)
t = strptime(x, "%Y-%m-%d")
plot(t,y)

At the xlab, the fonts are Chinese.  How can I switch it to English?  I am
working under Windows 7 64 bits Home Edition and R is Win32 version 2.11.1

Thanks!

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to