search for: tickplaces

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

2011 Jul 08
2
Vertical Labels in plot graph - normally working fine but not on this graph
...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 , at = tickplaces, labels = Labels) par(las = 3) windows() plot(ExtAvgDemand, ann=FALSE, xaxt="n", yaxt="n" ) #dev.set(which = 4) axis(side =1 , at = tickplaces, labels = Labels...