6
Estetik ve geom_text kullanırken lejanddan 'a'yı kaldırın
Bu kodla oluşturulan göstergeden 'a' harfini nasıl kaldırabilirim? Öğesini kaldırırsam, geom_textaçıklamada 'a' harfi görünmeyecektir. geom_textYine de tutmak istiyorum . ggplot(data = iris, aes(x = Sepal.Length, y=Sepal.Width, shape = Species, colour = Species)) + geom_point() + geom_text(aes(label = Species))
124
r
ggplot2
aesthetics