Re: [R] A drawing problem with R

2012-08-13 Thread R. Michael Weylandt
Please keep your replies on list so you can ask a wider audience. In this case, I haven't used Windows in years, so someone else will have to take a look. I do think you probably need to use Sys.setenv() to change the locale from within R Cheers, Michael On Aug 13, 2012, at 11:27 PM, Derrick

Re: [R] A drawing problem with R

2012-08-13 Thread R. Michael Weylandt
What's your sessionInfo()? And how did you Change the locale? And what was your actual plot command and graphics device? Michael On Aug 13, 2012, at 10:17 PM, Derrick Guan wrote: > Dear R-help mailing list, > > I have a drawing problem with R: > > I need to draw an horizontal axis with date,

[R] A drawing problem with R

2012-08-13 Thread Derrick Guan
Dear R-help mailing list, I have a drawing problem with R: I need to draw an horizontal axis with date, here is the test code: > ticks <- c("2004-01-22","2005-01-22","2006-01-22","2007-01- 22","2008-01-22","2009-01-22","2010-01-22","2011-01-22","2012-01-22") > ats <- ticks[seq(1,length(ticks))]