Skip to content
Prev 44797 / 398506 Next

Legends text

Sebastien Durand wrote:

            
By setting par(fg = "white"):

  plot(1:10)
  par(fg="white")
  legend(2,2, col="white", legend="A", bg="black")

Uwe Ligges