Skip to content
Prev 396563 / 398502 Next

ggplot two-factor legend

?s 16:27 de 18/07/2024, SIBYLLE ST?CKLI via R-help escreveu:
Hello,

To have one legend only, the labels must be the same. Try using

labels=c("?LN", "BIO")

in

scale_linetype_manual(values=c("dashed", "solid"), labels=c("?LN", "BIO"))


Hope this helps,

Rui Barradas