I created some scatterplots but somehow the inscription in the legend box doesn't show right. It should say "D", "K" but somehow both letters are being fused. What can I do? Also, I would like the legend box to be a bit bigger. Thanks a lot!
And here's my code:
plot(FB_MW$Trauer, w2v$trauer,
main = "Trauer",
xlab = "Rating Fragebogen (MW)",
ylab = "word2vec",
col = w2v$color,
pch=16)
legend("bottomright", legend=c("D", "K"),
pch=16,
col=c("blue", "red"))