search for: extgasday

Displaying 1 result from an estimated 1 matches for "extgasday".

Did you mean: extgasdays
2011 Jul 08
2
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-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.Date("2010-8-4", "%Y-%m-%d"), along.with = ExtAvgCWV, by = "days") plot(ExtAvgCWV, ann=FALSE, xaxt="n", yaxt="n" ) tickplaces <- seq( from = 1, by = 21, to = length(ExtGasDays)) Labels = ExtGasDays[tickplaces] axis(side =1 , a...