Skip to content
Prev 164317 / 398503 Next

line length in legend

Perhaps you could just place the labels right on the graphs:

library(zoo)
z <- as.zoo(window(EuStockMarkets, end = 1992))
plot(z, screen = 1)
text(time(z)[1], z[1], colnames(z), cex = .6)
On Wed, Dec 10, 2008 at 11:58 AM, Giovanni Petris <GPetris at uark.edu> wrote: