Re: [R] Vertical Labels in plot graph - normally working fine but not on this graph

2011-07-08 Thread Berry Boessenkool
0 > From: statmailingli...@googlemail.com > To: r-help@r-project.org > Subject: [R] Vertical Labels in plot graph - normally working fine but not > on this graph > > Hello, > > I wonder if someone can elaborate on why in the first graph I am able to set > labels vertical to the x-

Re: [R] Vertical Labels in plot graph - normally working fine but not on this graph

2011-07-08 Thread Paolo Rossi
0 > > From: statmailingli...@googlemail.com > > To: r-help@r-project.org > > Subject: [R] Vertical Labels in plot graph - normally working fine but > noton this graph > > > > Hello, > > > > I wonder if someone can elaborate on why in the first

Re: [R] Vertical Labels in plot graph - normally working fine but not on this graph

2011-07-08 Thread Alexander Engelhardt
Hey, from what I see, you try to use the par(las=3) function after the plot command. You should use it before it, though. Somewhat liek this: ExtAvgCWV = rnorm(200) ExtAvgDemand = rnorm(200) ExtGasDays = seq(from = as.Date("2010-8-4", "%Y-%m-%d"), along.with = ExtAvgCWV, by = "days") op <- p

[R] Vertical Labels in plot graph - normally working fine but not on this graph

2011-07-08 Thread Paolo Rossi
Hello, I wonder if someone can elaborate on why in the first graph I am able to set labels vertical to the x-axis but not in the second. I tried to select the window but it didnt really help. Many Thanks Paolo ExtAvgCWV = rnorm(200) ExtAvgDemand = rnorm(200) ExtGasDays = seq(from = as.Dat