6
aestheticsおよびgeom_textを使用する場合、凡例から「a」を削除します
このコードによって生成された凡例から文字「a」を削除するにはどうすればよいですか?を削除するgeom_textと、凡例に「a」の文字が表示されません。でも守りたいgeom_text。 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