Skip to content
Prev 66189 / 398502 Next

problem with legend

Bernardo Rangel Tura wrote:

            
So you want filles boxes? Then you should specify the color in the fill 
argument:

  legend(1984, 2500, c("DCVB-MS", "DCBV-FM"), cex=.6, fill=1:2)

or do you want some lines?

  legend(1984, 2500, c("DCVB-MS", "DCBV-FM"), cex=.6, col=1:2, lwd=2)

Uwe Ligges